diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-09-18 07:41:54 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-09-18 07:41:54 +0000 |
commit | 957115957a805c62f80d08ef61760195b1bff37a (patch) | |
tree | 5ac362ecb824fd1791f77e85a6fb9ada712d3bc2 /testing/tests/ikev2/host2host-cert/posttest.dat | |
parent | f9aa9e2977b4415251ac011d202b4830af442134 (diff) | |
download | strongswan-957115957a805c62f80d08ef61760195b1bff37a.tar.bz2 strongswan-957115957a805c62f80d08ef61760195b1bff37a.tar.xz |
enabled firewall support
Diffstat (limited to 'testing/tests/ikev2/host2host-cert/posttest.dat')
-rw-r--r-- | testing/tests/ikev2/host2host-cert/posttest.dat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/tests/ikev2/host2host-cert/posttest.dat b/testing/tests/ikev2/host2host-cert/posttest.dat index dff181797..52979508d 100644 --- a/testing/tests/ikev2/host2host-cert/posttest.dat +++ b/testing/tests/ikev2/host2host-cert/posttest.dat @@ -1,2 +1,6 @@ +moon::iptables -v -n -L +sun::iptables -v -n -L moon::ipsec stop sun::ipsec stop +moon::/etc/init.d/iptables stop 2> /dev/null +sun::/etc/init.d/iptables stop 2> /dev/null |