diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-07-02 14:01:38 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2014-04-02 11:55:05 +0200 |
commit | 7a61bf9032dab58956ee6ad72986b1bc1a642668 (patch) | |
tree | 2a0b3679f1b1618857630cbf794d80a407bda570 /testing/tests/ikev2/nat-virtual-ip/pretest.dat | |
parent | f678bce84c2beace8b89ea5ffa9537271a7125fb (diff) | |
download | strongswan-7a61bf9032dab58956ee6ad72986b1bc1a642668.tar.bz2 strongswan-7a61bf9032dab58956ee6ad72986b1bc1a642668.tar.xz |
testing: Run 'conntrack -F' before all test scenarios
This prevents failures due to remaining conntrack entries.
Diffstat (limited to 'testing/tests/ikev2/nat-virtual-ip/pretest.dat')
-rw-r--r-- | testing/tests/ikev2/nat-virtual-ip/pretest.dat | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/tests/ikev2/nat-virtual-ip/pretest.dat b/testing/tests/ikev2/nat-virtual-ip/pretest.dat index eb0c28c7f..8945d87b9 100644 --- a/testing/tests/ikev2/nat-virtual-ip/pretest.dat +++ b/testing/tests/ikev2/nat-virtual-ip/pretest.dat @@ -1,8 +1,7 @@ moon::iptables-restore < /etc/iptables.rules sun::iptables-restore < /etc/iptables.rules -moon::conntrack -F moon::ipsec start sun::ipsec start -moon::sleep 1 +moon::sleep 1 moon::ipsec up net-net moon::sleep 1 |