Re: [Openvpn-devel] [PATCH] t_client: add per-instance arguments to fping

2022-09-27 Thread Frank Lichtenheld
On Mon, Sep 26, 2022 at 10:11:58AM +0200, Gert Doering wrote: > In addition to global FPING_EXTRA_ARGS now also evaluate > FPING_ARGGS_. > > 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". > Trivial change.

[Openvpn-devel] [PATCH] t_client: add per-instance arguments to fping

2022-09-26 Thread Gert Doering
In addition to global FPING_EXTRA_ARGS now also evaluate FPING_ARGGS_. 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 --- tests/t_client.sh.in | 5 +++-- 1 file changed, 3