Re: [PATCH] selftests: Update fib_nexthop_multiprefix to handle missing ping6

2019-09-20 Thread Jakub Kicinski
On Tue, 17 Sep 2019 10:30:35 -0700, David Ahern wrote: > From: David Ahern > > Some distributions (e.g., debian buster) do not install ping6. Re-use > the hook in pmtu.sh to detect this and fallback to ping. > > Fixes: 735ab2f65dce ("selftests: Add test with multiple prefixes using single > nex

[PATCH] selftests: Update fib_nexthop_multiprefix to handle missing ping6

2019-09-17 Thread David Ahern
From: David Ahern Some distributions (e.g., debian buster) do not install ping6. Re-use the hook in pmtu.sh to detect this and fallback to ping. Fixes: 735ab2f65dce ("selftests: Add test with multiple prefixes using single nexthop") Signed-off-by: David Ahern --- tools/testing/selftests/net/f