]> git.baikalelectronics.ru Git - kernel.git/commit
teaming: deliver link-local packets with the link they arrive on
authorjeffreyji <jeffreyji@google.com>
Thu, 17 Feb 2022 21:23:12 +0000 (21:23 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Feb 2022 11:40:52 +0000 (11:40 +0000)
commitddeae4601477fab4d99bef897c6e4199b595e656
tree4924ae05d040a39d0a6d664013267396a20a91dd
parentbe72474c9232fd5c7925c3a7270aaa410a89e9b0
teaming: deliver link-local packets with the link they arrive on

skb is ignored if team port is disabled. We want the skb to be delivered
if it's an link layer packet.

Issue is already fixed for bonding in
commit 30fb622e8ace ("bonding: deliver link-local packets with skb->dev set to link that packets arrived on")

changelog:

v2: change LLDP -> link layer in comments/commit descrip, comment format

Signed-off-by: jeffreyji <jeffreyji@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/team/team.c