Message ID | 20240822103510.468293-1-boris.sukholitko@broadcom.com (mailing list archive) |
---|---|
Headers | show |
Series | tc: adjust network header after 2nd vlan push | expand |
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Thu, 22 Aug 2024 13:35:07 +0300 you wrote: > <tldr> > skb network header of the single-tagged vlan packet continues to point the > vlan payload (e.g. IP) after second vlan tag is pushed by tc act_vlan. This > causes problem at the dissector which expects double-tagged packet network > header to point to the inner vlan. > > The fix is to adjust network header in tcf_act_vlan.c but requires > refactoring of skb_vlan_push function. > </tldr> > > [...] Here is the summary with links: - [net-next,v4,1/3] tc: adjust network header after 2nd vlan push https://git.kernel.org/netdev/net-next/c/938863727076 - [net-next,v4,2/3] selftests: tc_actions: test ingress 2nd vlan push https://git.kernel.org/netdev/net-next/c/59c330eccee8 - [net-next,v4,3/3] selftests: tc_actions: test egress 2nd vlan push https://git.kernel.org/netdev/net-next/c/2da44703a544 You are awesome, thank you!