diff options
-rwxr-xr-x | testing/tests/ikev2/rw-mark-in-out/hosts/sun/etc/ipsec.conf | 2 | ||||
-rw-r--r-- | testing/tests/ikev2/rw-mark-in-out/posttest.dat | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/tests/ikev2/rw-mark-in-out/hosts/sun/etc/ipsec.conf b/testing/tests/ikev2/rw-mark-in-out/hosts/sun/etc/ipsec.conf index 6a53df6a0..5fa211c2a 100755 --- a/testing/tests/ikev2/rw-mark-in-out/hosts/sun/etc/ipsec.conf +++ b/testing/tests/ikev2/rw-mark-in-out/hosts/sun/etc/ipsec.conf @@ -4,7 +4,7 @@ config setup crlcheckinterval=180 strictcrlpolicy=no plutostart=no - charondebug="knl 2, chd 3" + charondebug="knl 2" conn %default ikelifetime=60m diff --git a/testing/tests/ikev2/rw-mark-in-out/posttest.dat b/testing/tests/ikev2/rw-mark-in-out/posttest.dat index baa9bbdb3..b84bc7363 100644 --- a/testing/tests/ikev2/rw-mark-in-out/posttest.dat +++ b/testing/tests/ikev2/rw-mark-in-out/posttest.dat @@ -7,5 +7,5 @@ venus::/etc/init.d/iptables stop 2> /dev/null sun::/etc/init.d/iptables stop 2> /dev/null sun::ip route del 10.1.0.0/16 via PH_IP_MOON sun::conntrack -F -moon::iptables -t -nat -F +moon::iptables -t nat -F moon::conntrack -F |