]> git.ipfire.org Git - thirdparty/openvpn.git/commit
t_client: add per-instance arguments to fping
authorGert Doering <gert@greenie.muc.de>
Mon, 26 Sep 2022 08:11:58 +0000 (10:11 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 27 Sep 2022 15:06:37 +0000 (17:06 +0200)
commit27229d174d4dec2cbfcf05865d49ef48442c2ff3
tree1819cf05f8b7f61cfeabf1e2f4bd0b0e71b0aaba
parentb9d91c38843076a03b6b5fc123a386ef3c2bc564
t_client: add per-instance arguments to fping

In addition to global FPING_EXTRA_ARGS now also evaluate
FPING_ARGGS_<suffix>.

This can be used, for example, for a test instance for "will ToS-tagged
packets be sent properly?" by setting FPING_ARGS_2="-O 0x10".

Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <20220926081158.40640-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg25315.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
tests/t_client.sh.in