1d127effdc
add a selftest that verifies the correct behavior of TC act_mirred egress to ingress: in particular, it checks if the dst_entry is removed from skb before redirect egress -> ingress. The correct behavior is: an ICMP 'echo request' generated by ping will be received and generate a reply the same way as the one generated by mausezahn. Suggested-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: Davide Caratti <dcaratti@redhat.com> Acked-by: Cong Wang <cong.wang@bytedance.com> Reviewed-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
20 lines
417 B
Plaintext
20 lines
417 B
Plaintext
CONFIG_BRIDGE=m
|
|
CONFIG_VLAN_8021Q=m
|
|
CONFIG_BRIDGE_VLAN_FILTERING=y
|
|
CONFIG_NET_L3_MASTER_DEV=y
|
|
CONFIG_IPV6_MULTIPLE_TABLES=y
|
|
CONFIG_NET_VRF=m
|
|
CONFIG_BPF_SYSCALL=y
|
|
CONFIG_CGROUP_BPF=y
|
|
CONFIG_NET_ACT_CT=m
|
|
CONFIG_NET_ACT_MIRRED=m
|
|
CONFIG_NET_ACT_MPLS=m
|
|
CONFIG_NET_ACT_VLAN=m
|
|
CONFIG_NET_CLS_FLOWER=m
|
|
CONFIG_NET_CLS_MATCHALL=m
|
|
CONFIG_NET_SCH_INGRESS=m
|
|
CONFIG_NET_ACT_GACT=m
|
|
CONFIG_VETH=m
|
|
CONFIG_NAMESPACES=y
|
|
CONFIG_NET_NS=y
|