]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
selftests: forwarding: Add some missing configuration symbols
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 15 Feb 2019 18:14:52 +0000 (10:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 16 Feb 2019 04:32:22 +0000 (20:32 -0800)
commitff326d3cdff92a8fce1189f435f0fcaad765b1d4
tree4b47b8b370f26a8a161efc8552148f1e5eaf1fd3
parent1490ed2abc4fa4d7fa6e8498b9fa4243a6ce7f8a
selftests: forwarding: Add some missing configuration symbols

For the forwarding selftests to work, we need network namespaces when
using veth/vrf otherwise ping/ping6 commands like these:

ip vrf exec vveth0 /bin/ping 192.0.2.2 -c 10 -i 0.1 -w 5

will fail because network namespaces may not be enabled.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/forwarding/config