Re: [PATCH] selftests/bpf: add config fragment CONFIG_NF_NAT_IPV6

2018-11-29 Thread Paolo Abeni
Hi, On Thu, 2018-11-29 at 15:01 +0530, Naresh Kamboju wrote: > CONFIG_NF_NAT_IPV6=y is required for bpf test_sockmap test case > Fixes, > ip6tables v1.6.1: can't initialize ip6tables table `nat': Table does > not exist > > Signed-off-by: Naresh Kamboju > --- > tools/testing/selftests/bpf/config

[PATCH] selftests/bpf: add config fragment CONFIG_NF_NAT_IPV6

2018-11-29 Thread Naresh Kamboju
CONFIG_NF_NAT_IPV6=y is required for bpf test_sockmap test case Fixes, ip6tables v1.6.1: can't initialize ip6tables table `nat': Table does not exist Signed-off-by: Naresh Kamboju --- tools/testing/selftests/bpf/config | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/b