diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-07-03 07:11:30 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-07-03 07:11:30 +0000 |
commit | 6db2ac30c7ef635d7eb0b7b38b276166d02da425 (patch) | |
tree | 267a0af7b09749525c9d2aa6e7b0c89b08a8f5ee /testing/tests/ikev1/wlan/posttest.dat | |
parent | 92069df82ffee1b8e61f6537f78f2e809f755a4a (diff) | |
download | strongswan-6db2ac30c7ef635d7eb0b7b38b276166d02da425.tar.bz2 strongswan-6db2ac30c7ef635d7eb0b7b38b276166d02da425.tar.xz |
tests with subdirectory structure
Diffstat (limited to 'testing/tests/ikev1/wlan/posttest.dat')
-rw-r--r-- | testing/tests/ikev1/wlan/posttest.dat | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/tests/ikev1/wlan/posttest.dat b/testing/tests/ikev1/wlan/posttest.dat new file mode 100644 index 000000000..cc873d1ff --- /dev/null +++ b/testing/tests/ikev1/wlan/posttest.dat @@ -0,0 +1,10 @@ +alice::iptables -v -n -L +venus::iptables -v -n -L +moon::iptables -t nat -v -n -L POSTROUTING +moon::iptables -v -n -L +moon::ipsec stop +alice::ipsec stop +venus::ipsec stop +alice::/etc/init.d/iptables stop 2> /dev/null +venus::/etc/init.d/iptables stop 2> /dev/null +moon::/etc/init.d/iptables stop 2> /dev/null |