]> git.baikalelectronics.ru Git - kernel.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)
commit3c8c496b8158e734df83e55bc187d1225f40b085
tree4b47b8b370f26a8a161efc8552148f1e5eaf1fd3
parent9a5758e7e64bf233e506734ac083aba63c04d5e3
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