Re: [PATCH net-next] selftests: forwarding: Add some missing configuration symbols

2019-02-15 Thread David Miller
From: Florian Fainelli Date: Fri, 15 Feb 2019 10:14:52 -0800 > 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 m

[PATCH net-next] selftests: forwarding: Add some missing configuration symbols

2019-02-15 Thread Florian Fainelli
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 --- tools/testing/sel