Home
last modified time | relevance | path

Searched hist:dcf1bcb6aed7785ccb098163cca5a2f9e4175663 (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dconfigdiff dcf1bcb6aed7785ccb098163cca5a2f9e4175663 Thu Mar 08 11:17:23 CET 2018 Anders Roxell <anders.roxell@linaro.org> 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>