]> git.ipfire.org Git - thirdparty/openvpn.git/commit
t_client.sh: do not require fping6
authorFrank Lichtenheld <frank@lichtenheld.com>
Mon, 22 Aug 2022 14:18:06 +0000 (16:18 +0200)
committerGert Doering <gert@greenie.muc.de>
Thu, 25 Aug 2022 20:30:05 +0000 (22:30 +0200)
commit64cac790b9d64b3c07fa5222bf46754a04ea1659
tree94281c8563562738d561866f2a054ca94a213ef6
parent26b04fce5a17f8a8670c005d66e9260dbdc88cfe
t_client.sh: do not require fping6

fping and fping6 were merged in version 4.0,
released in 2017. Many recent distributions do
not include the compatibility symlink anymore.

So if we find fping but not fping6 do not error
out but assume that fping is capable of IPv6.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Antonio Quartulli <a@unstable.cc>
Message-Id: <20220822141806.39406-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg25058.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit fb06c9f026a78b879f264ab8e67de09d725b5540)
tests/t_client.sh.in