Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tc-testing: list required kernel options for act_ct action

Updated config with required kernel options for conntrac TC action,
so that tdc can run the tests.

Signed-off-by: Roman Mashak <mrv@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Roman Mashak and committed by
David S. Miller
b9512485 4b1f5dda

+10
+10
tools/testing/selftests/tc-testing/config
··· 1 + # 2 + # Core Netfilter Configuration 3 + # 4 + CONFIG_NF_CONNTRACK=m 5 + CONFIG_NF_CONNTRACK_MARK=y 6 + CONFIG_NF_CONNTRACK_ZONES=y 7 + CONFIG_NF_CONNTRACK_LABELS=y 8 + CONFIG_NF_NAT=m 9 + 1 10 CONFIG_NET_SCHED=y 2 11 3 12 # ··· 51 42 CONFIG_NET_ACT_SKBMOD=m 52 43 CONFIG_NET_ACT_IFE=m 53 44 CONFIG_NET_ACT_TUNNEL_KEY=m 45 + CONFIG_NET_ACT_CT=m 54 46 CONFIG_NET_ACT_MPLS=m 55 47 CONFIG_NET_IFE_SKBMARK=m 56 48 CONFIG_NET_IFE_SKBPRIO=m