aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2018-03-08 11:17:23 +0100
committerDavid S. Miller <davem@davemloft.net>2018-03-08 11:14:02 -0500
commitdcf1bcb6aed7785ccb098163cca5a2f9e4175663 (patch)
tree01ba9b1d71e0f268cc82290ce2f2ab2e1efb4b80 /tools/testing
parentipvlan: properly annotate rx_handler access (diff)
downloadlinux-dev-dcf1bcb6aed7785ccb098163cca5a2f9e4175663.tar.xz
linux-dev-dcf1bcb6aed7785ccb098163cca5a2f9e4175663.zip
selftests/net: enable fragments for fib-onlink-tests
We miss CONFIG_* fragments so test fib-onlink-tests.sh can do: ip li add lisa type vrf table 1101 ip li add veth1 type veth peer name veth2 And the follow message occurs if it isn't enabled: Configuring interfaces RTNETLINK answers: Operation not supported This enables for NET_NRF (and friends) and VETH so we can create a vrf table and veth. Fixes: 153e1b84f477 ("selftests: Add FIB onlink tests") Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing')
-rw-r--r--tools/testing/selftests/net/config5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/config b/tools/testing/selftests/net/config
index 7177bea1fdfa..6a75a3ea44ad 100644
--- a/tools/testing/selftests/net/config
+++ b/tools/testing/selftests/net/config
@@ -2,3 +2,8 @@ CONFIG_USER_NS=y
CONFIG_BPF_SYSCALL=y
CONFIG_TEST_BPF=m
CONFIG_NUMA=y
+CONFIG_NET_VRF=y
+CONFIG_NET_L3_MASTER_DEV=y
+CONFIG_IPV6=y
+CONFIG_IPV6_MULTIPLE_TABLES=y
+CONFIG_VETH=y