commit | c81c7012e0c769b5704c2b07bd5224965e76fb70 | [log] [tgz] |
---|---|---|
author | Sabrina Dubroca <sd@queasysnail.net> | Thu Aug 30 16:01:18 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 31 23:14:20 2018 -0700 |
tree | 7e60253fdb5ba6257d1d3d4a0c419db38c11a2d0 | |
parent | 902b5417f28d955cdb4898df6ffaab15f56c5cff [diff] |
selftests: pmtu: detect correct binary to ping ipv6 addresses 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 <sd@queasysnail.net> Acked-by: Stefano Brivio <sbrivio@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>