diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/tests/ikev1/double-nat-net/posttest.dat | 2 | ||||
-rw-r--r-- | testing/tests/ikev1/double-nat/posttest.dat | 2 | ||||
-rw-r--r-- | testing/tests/ikev1/nat-one-rw/posttest.dat | 2 | ||||
-rw-r--r-- | testing/tests/ikev1/nat-two-rw-psk/posttest.dat | 2 | ||||
-rw-r--r-- | testing/tests/ikev1/nat-two-rw/posttest.dat | 2 | ||||
-rw-r--r-- | testing/tests/ikev1/wlan/posttest.dat | 1 |
6 files changed, 8 insertions, 3 deletions
diff --git a/testing/tests/ikev1/double-nat-net/posttest.dat b/testing/tests/ikev1/double-nat-net/posttest.dat index 0eb2c0d6c..d8558d794 100644 --- a/testing/tests/ikev1/double-nat-net/posttest.dat +++ b/testing/tests/ikev1/double-nat-net/posttest.dat @@ -6,4 +6,6 @@ alice::/etc/init.d/iptables stop 2> /dev/null bob::/etc/init.d/iptables stop 2> /dev/null moon::iptables -t nat -F sun::iptables -t nat -F +moon::conntrack -F +sun::conntrack -F sun::ip route del 10.1.0.0/16 via PH_IP_BOB diff --git a/testing/tests/ikev1/double-nat/posttest.dat b/testing/tests/ikev1/double-nat/posttest.dat index 07f22d07d..03d005b29 100644 --- a/testing/tests/ikev1/double-nat/posttest.dat +++ b/testing/tests/ikev1/double-nat/posttest.dat @@ -6,3 +6,5 @@ alice::/etc/init.d/iptables stop 2> /dev/null bob::/etc/init.d/iptables stop 2> /dev/null moon::iptables -t nat -F sun::iptables -t nat -F +moon::conntrack -F +sun::conntrack -F diff --git a/testing/tests/ikev1/nat-one-rw/posttest.dat b/testing/tests/ikev1/nat-one-rw/posttest.dat index af8e00575..b1485afa4 100644 --- a/testing/tests/ikev1/nat-one-rw/posttest.dat +++ b/testing/tests/ikev1/nat-one-rw/posttest.dat @@ -5,4 +5,4 @@ sun::ipsec stop alice::/etc/init.d/iptables stop 2> /dev/null sun::/etc/init.d/iptables stop 2> /dev/null moon::iptables -t nat -F - +moon::conntrack -F diff --git a/testing/tests/ikev1/nat-two-rw-psk/posttest.dat b/testing/tests/ikev1/nat-two-rw-psk/posttest.dat index f019842ed..dafe458ed 100644 --- a/testing/tests/ikev1/nat-two-rw-psk/posttest.dat +++ b/testing/tests/ikev1/nat-two-rw-psk/posttest.dat @@ -8,4 +8,4 @@ alice::/etc/init.d/iptables stop 2> /dev/null venus::/etc/init.d/iptables stop 2> /dev/null sun::/etc/init.d/iptables stop 2> /dev/null moon::iptables -t nat -F - +moon::conntrack -F diff --git a/testing/tests/ikev1/nat-two-rw/posttest.dat b/testing/tests/ikev1/nat-two-rw/posttest.dat index f019842ed..dafe458ed 100644 --- a/testing/tests/ikev1/nat-two-rw/posttest.dat +++ b/testing/tests/ikev1/nat-two-rw/posttest.dat @@ -8,4 +8,4 @@ alice::/etc/init.d/iptables stop 2> /dev/null venus::/etc/init.d/iptables stop 2> /dev/null sun::/etc/init.d/iptables stop 2> /dev/null moon::iptables -t nat -F - +moon::conntrack -F diff --git a/testing/tests/ikev1/wlan/posttest.dat b/testing/tests/ikev1/wlan/posttest.dat index cc873d1ff..d914ecc9f 100644 --- a/testing/tests/ikev1/wlan/posttest.dat +++ b/testing/tests/ikev1/wlan/posttest.dat @@ -8,3 +8,4 @@ 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 +moon::conntrack -F |