diff options
author | Roman Mashak <mrv@mojatatu.com> | 2019-10-26 18:11:09 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-10-26 21:40:22 +0300 |
commit | b951248518e6e4e1e811b114a2a065da1ea325f0 (patch) | |
tree | c888e0e655d8456c82dbc03f8dbf8513feb6181e /tools/testing/selftests/tc-testing | |
parent | 4b1f5ddaffbddfcd7bd696df675c6482a1d2b457 (diff) | |
download | linux-b951248518e6e4e1e811b114a2a065da1ea325f0.tar.xz |
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>
Diffstat (limited to 'tools/testing/selftests/tc-testing')
-rw-r--r-- | tools/testing/selftests/tc-testing/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/testing/selftests/tc-testing/config b/tools/testing/selftests/tc-testing/config index 7c551968d184..477bc61b374a 100644 --- a/tools/testing/selftests/tc-testing/config +++ b/tools/testing/selftests/tc-testing/config @@ -1,3 +1,12 @@ +# +# Core Netfilter Configuration +# +CONFIG_NF_CONNTRACK=m +CONFIG_NF_CONNTRACK_MARK=y +CONFIG_NF_CONNTRACK_ZONES=y +CONFIG_NF_CONNTRACK_LABELS=y +CONFIG_NF_NAT=m + CONFIG_NET_SCHED=y # @@ -42,6 +51,7 @@ CONFIG_NET_ACT_CTINFO=m CONFIG_NET_ACT_SKBMOD=m CONFIG_NET_ACT_IFE=m CONFIG_NET_ACT_TUNNEL_KEY=m +CONFIG_NET_ACT_CT=m CONFIG_NET_ACT_MPLS=m CONFIG_NET_IFE_SKBMARK=m CONFIG_NET_IFE_SKBPRIO=m |