]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/bpf: Enable config options needed for xdp_synproxy test
authorMaxim Mikityanskiy <maximmi@nvidia.com>
Mon, 20 Jun 2022 10:49:39 +0000 (13:49 +0300)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 20 Jun 2022 12:10:54 +0000 (14:10 +0200)
commit4fc1fd73e02705158462a94e66b755a357a27d1a
treeff5dd76a126f79f1f2d500293f263d3edff9c47a
parent0cff9b049487622691dd56231230569d8f6b1808
selftests/bpf: Enable config options needed for xdp_synproxy test

This commit adds the kernel config options needed to run the recently
added xdp_synproxy test. Users without these options will hit errors
like this:

test_synproxy:FAIL:iptables -t raw -I PREROUTING         -i tmp1 -p
tcp -m tcp --syn --dport 8080 -j CT --notrack unexpected error: 256
(errno 22)

Suggested-by: Alexei Starovoitov <alexei.starovoitov@gmail.com>
Signed-off-by: Maxim Mikityanskiy <maximmi@nvidia.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20220620104939.4094104-1-maximmi@nvidia.com
tools/testing/selftests/bpf/config