diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2013-01-07 06:52:57 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-01-17 16:55:00 +0100 |
commit | ca0128588feda1af58ec81812fb19662723622d7 (patch) | |
tree | e8a275bb7170a8c71c369be60a5241612c3a4c0b /testing/tests/ikev1/net2net-cert | |
parent | d815235d17a0391fa5f72bb61a37b3a9fc57cdc7 (diff) | |
download | strongswan-ca0128588feda1af58ec81812fb19662723622d7.tar.bz2 strongswan-ca0128588feda1af58ec81812fb19662723622d7.tar.xz |
converted all ikev1 iptables scenarios
Diffstat (limited to 'testing/tests/ikev1/net2net-cert')
-rw-r--r-- | testing/tests/ikev1/net2net-cert/posttest.dat | 4 | ||||
-rw-r--r-- | testing/tests/ikev1/net2net-cert/pretest.dat | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/testing/tests/ikev1/net2net-cert/posttest.dat b/testing/tests/ikev1/net2net-cert/posttest.dat index a4c96e10f..837738fc6 100644 --- a/testing/tests/ikev1/net2net-cert/posttest.dat +++ b/testing/tests/ikev1/net2net-cert/posttest.dat @@ -1,5 +1,5 @@ moon::ipsec stop sun::ipsec stop -moon::/etc/init.d/iptables stop 2> /dev/null -sun::/etc/init.d/iptables stop 2> /dev/null +moon::iptables-restore < /etc/iptables.flush +sun::iptables-restore < /etc/iptables.flush diff --git a/testing/tests/ikev1/net2net-cert/pretest.dat b/testing/tests/ikev1/net2net-cert/pretest.dat index 2d7a78acb..c724e5df8 100644 --- a/testing/tests/ikev1/net2net-cert/pretest.dat +++ b/testing/tests/ikev1/net2net-cert/pretest.dat @@ -1,5 +1,5 @@ -moon::/etc/init.d/iptables start 2> /dev/null -sun::/etc/init.d/iptables start 2> /dev/null +moon::iptables-restore < /etc/iptables.rules +sun::iptables-restore < /etc/iptables.rules moon::ipsec start sun::ipsec start moon::sleep 1 |