Re: [PATCH net 2/2] selftests: pmtu: detect correct binary to ping ipv6 addresses

2018-08-31 Thread David Miller
From: Sabrina Dubroca Date: Thu, 30 Aug 2018 16:01:18 +0200 > Some systems don't have the ping6 binary anymore, and use ping for > everything. Detect the absence of ping6 and try to use ping instead. > > Fixes: d1f1b9cbf34c ("selftests: net: Introduce first PMTU test") > Signed-off-by: Sabrina D

[PATCH net 2/2] selftests: pmtu: detect correct binary to ping ipv6 addresses

2018-08-30 Thread Sabrina Dubroca
Some systems don't have the ping6 binary anymore, and use ping for everything. Detect the absence of ping6 and try to use ping instead. Fixes: d1f1b9cbf34c ("selftests: net: Introduce first PMTU test") Signed-off-by: Sabrina Dubroca Acked-by: Stefano Brivio --- tools/testing/selftests/net/pmtu.