Skip to content

Commit

Permalink
tc-testing: list required kernel options for act_ct action
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Roman Mashak authored and davem330 committed Oct 26, 2019
1 parent 4b1f5dd commit b951248
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tools/testing/selftests/tc-testing/config
Original file line number Diff line number Diff line change
@@ -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

#
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b951248

Please sign in to comment.