From: Chonggang Li <chonggan...@google.com> Date: Sun, 16 Apr 2017 12:02:18 -0700
> Bonding driver changes the skb->dev to the bonding-master before > passing the packet to stack for further processing. This, however > does not make sense for the link-local packets and it looses "the > link info" once its skb->dev is changed to bonding-master. This > patch changes this behavior for link-local packets by not changing > the skb->dev to the bonding-master and maintaining it as it is, > i.e. the link on which the packet arrived. > > Signed-off-by: Chonggang Li <chonggan...@google.com> > Signed-off-by: Mahesh Bandewar <mahe...@google.com> > Signed-off-by: Maciej Żenczykowski <m...@google.com> > --- > Changes in v2: > - Make the commit message more clearer. Applied with "looses" type fixed.