Searched hist:e068c0776b0bbd3fc5a283b0e0eaa1cbb9ef0e3d (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/bpf/ |
H A D | config | diff e068c0776b0bbd3fc5a283b0e0eaa1cbb9ef0e3d Mon Jun 20 12:49:39 CEST 2022 Maxim Mikityanskiy <maximmi@nvidia.com> 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
|