aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPetr Machata <petrm@mellanox.com>2018-11-19 16:11:07 +0000
committerDavid S. Miller <davem@davemloft.net>2018-11-19 17:59:43 -0800
commit6f9a50691055618b1042ead4d84f80755d1b9315 (patch)
treee411ed3a9ad886e5c5bf8599892da7effbff5cb2 /tools
parentMerge branch 'octeontx2-af-NPC-MCAM-support-and-FLR-handling' (diff)
downloadlinux-dev-6f9a50691055618b1042ead4d84f80755d1b9315.tar.xz
linux-dev-6f9a50691055618b1042ead4d84f80755d1b9315.zip
net: skb_scrub_packet(): Scrub offload_fwd_mark
When a packet is trapped and the corresponding SKB marked as already-forwarded, it retains this marking even after it is forwarded across veth links into another bridge. There, since it ingresses the bridge over veth, which doesn't have offload_fwd_mark, it triggers a warning in nbp_switchdev_frame_mark(). Then nbp_switchdev_allowed_egress() decides not to allow egress from this bridge through another veth, because the SKB is already marked, and the mark (of 0) of course matches. Thus the packet is incorrectly blocked. Solve by resetting offload_fwd_mark() in skb_scrub_packet(). That function is called from tunnels and also from veth, and thus catches the cases where traffic is forwarded between bridges and transformed in a way that invalidates the marking. Signed-off-by: Petr Machata <petrm@mellanox.com> Suggested-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions