Skip to content

Commit 38b74b2

Browse files
committed
selftests: bpf: fix legacy netfilter options
Recent commit to add NETFILTER_XTABLES_LEGACY missed setting a couple of configs to y. They are still enabled but as modules which appears to have upset BPF CI, e.g.: test_bpf_nf_ct:FAIL:iptables-legacy -t raw -A PREROUTING -j CONNMARK --set-mark 42/0 unexpected error: 768 (errno 0) Fixes: 3c3ab65 ("selftests: net: Enable legacy netfilter legacy options.") Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent c58c18b commit 38b74b2

File tree

1 file changed

+2
-0
lines changed
  • tools/testing/selftests/bpf

1 file changed

+2
-0
lines changed

tools/testing/selftests/bpf/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ CONFIG_NF_TABLES_NETDEV=y
9797
CONFIG_NF_TABLES_IPV4=y
9898
CONFIG_NF_TABLES_IPV6=y
9999
CONFIG_NETFILTER_INGRESS=y
100+
CONFIG_IP_NF_IPTABLES_LEGACY=y
101+
CONFIG_IP6_NF_IPTABLES_LEGACY=y
100102
CONFIG_NETFILTER_XTABLES_LEGACY=y
101103
CONFIG_NF_FLOW_TABLE=y
102104
CONFIG_NF_FLOW_TABLE_INET=y

0 commit comments

Comments
 (0)