From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Soltys Subject: Re: [PATCH next] bonding: pass link-local packets to bonding master also. Date: Tue, 17 Jul 2018 11:32:11 +0200 Message-ID: <1e7bc087-06e7-e3e1-aae2-2169a0170189@ziu.info> References: <20180716011246.225647-1-mahesh@bandewar.net> <12404.1531776273@nyx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cc: Mahesh Bandewar , Andy Gospodarek , Veaceslav Falico , David Miller , Netdev , Stephen Hemminger To: =?UTF-8?B?TWFoZXNoIEJhbmRld2FyICjgpK7gpLngpYfgpLYg4KSs4KSC4KSh4KWH4KS1?= =?UTF-8?B?4KS+4KSwKQ==?= , Jay Vosburgh Return-path: Received: from drutsystem.com ([84.10.39.251]:39068 "EHLO drutsystem.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729721AbeGQKEC (ORCPT ); Tue, 17 Jul 2018 06:04:02 -0400 In-Reply-To: Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 07/17/2018 01:53 AM, Mahesh Bandewar (महेश बंडेवार) wrote: > On Mon, Jul 16, 2018 at 2:24 PM, Jay Vosburgh > wrote: >> Mahesh Bandewar wrote: >> >>> From: Mahesh Bandewar >>> >>> Commit b89f04c61efe ("bonding: deliver link-local packets with >>> skb->dev set to link that packets arrived on") changed the behavior >>> of how link-local-multicast packets are processed. The change in >>> the behavior broke some legacy use cases where these packets are >>> expected to arrive on bonding master device also. >>> >>> This patch passes the packet to the stack with the link it arrived >>> on as well as passes to the bonding-master device to preserve the >>> legacy use case. >> >> Michal, can you test this? I'm travelling this week and won't >> be able to run the patch. Yes, will test today and report.