mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
203ee5cd72
Add tests in tc_flower.sh for mpls_label, mpls_tc, mpls_bos and mpls_ttl. For each keyword, test the minimal and maximal values. Selectively skip these new mpls tests for tc versions that don't support them. Signed-off-by: Guillaume Nault <gnault@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
18 lines
397 B
Text
18 lines
397 B
Text
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_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
|