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

selftests: tc-testing: add missing netfilter config

On a default config + tc-testing config build, tdc will miss
all the netfilter related tests because it's missing:
CONFIG_NETFILTER=y

Signed-off-by: Pedro Tammela <pctammela@mojatatu.com>
Reviewed-by: Davide Caratti <dcaratti@redhat.com>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Reviewed-by: Davide Caratti <dcaratti@redhat.com>
Link: https://lore.kernel.org/r/20240124181933.75724-2-pctammela@mojatatu.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Pedro Tammela and committed by
Jakub Kicinski
14a12e6c 06f609b3

+1
+1
tools/testing/selftests/tc-testing/config
··· 8 8 # 9 9 # Core Netfilter Configuration 10 10 # 11 + CONFIG_NETFILTER=y 11 12 CONFIG_NETFILTER_ADVANCED=y 12 13 CONFIG_NF_CONNTRACK=m 13 14 CONFIG_NF_CONNTRACK_MARK=y