]> git.ipfire.org Git - thirdparty/openvpn.git/commit
add POSTINIT_CMD_suf to t_client.sh and sample config
authorGert Doering <gert@greenie.muc.de>
Tue, 4 Oct 2016 11:38:54 +0000 (13:38 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 4 Oct 2016 11:59:02 +0000 (13:59 +0200)
commitbae1ad7005fd9a1fadeed56370a9ac5422a33fee
treefa706f87da8645324678a5a409b9ad8ccb5c8a45
parent5a1daf533ae283e258732260c96461e820e61fe6
add POSTINIT_CMD_suf to t_client.sh and sample config

We have pre-init and cleanup commands, but some test cases might need
or want to run a shell script after openvpn has initialized, but before
executing any tests (ifconfig comparison and ping).

Example: POSTINIT_CMD_4="sleep 5" on MacOS X for tap tests (IPv6 DAD)

Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <20161004113854.42470-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg12594.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
tests/t_client.rc-sample
tests/t_client.sh.in