Re: [PATCH net] selftests: Update fib_tests to handle missing ping6

2019-09-20 Thread Jakub Kicinski
On Tue, 17 Sep 2019 10:30:21 -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: a0e11da78f48 ("fib_tests: Add tests for metrics on routes") > Signed-off-by:

[PATCH net] selftests: Update fib_tests 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: a0e11da78f48 ("fib_tests: Add tests for metrics on routes") Signed-off-by: David Ahern --- tools/testing/selftests/net/fib_tests.sh | 4 +++-