]> 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:26:19 +0000 (22:26 +0200)
commitfb06c9f026a78b879f264ab8e67de09d725b5540
tree5279aed7920ee811fcb6a7b9308ef06676157fda
parenta8b00c908b4b8567dcfd792b7ab1d9005bcc587b
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>
tests/t_client.sh.in