From: Andreas Steffen Date: Sat, 17 Jul 2010 15:19:26 +0000 (+0200) Subject: some reformulations X-Git-Tag: 4.4.1~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5baa5c4cf6430a258adf4c971f067253bb7b9e4;p=thirdparty%2Fstrongswan.git some reformulations --- diff --git a/testing/tests/ikev2/nat-two-rw-mark/description.txt b/testing/tests/ikev2/nat-two-rw-mark/description.txt index 31e7cc48c9..2a93d11d87 100644 --- a/testing/tests/ikev2/nat-two-rw-mark/description.txt +++ b/testing/tests/ikev2/nat-two-rw-mark/description.txt @@ -10,7 +10,7 @@ the mark parameter in ipsec.conf. iptables -t mangle rules are then used in the PREROUTING chain to mark the traffic to and from alice and venus, respectively.

-The iptables script designated by leftupdown=/etc/mark_updown automatically inserts -inbound mangle rules that mark the inbound ESP_IN_UDP packets as well as the IPsec-policy rules +The script designated by leftupdown=/etc/mark_updown automatically inserts +iptables mangle rules that mark the inbound ESP_IN_UDP packets as well as iptables IPsec-policy rules that let pass the tunneled traffic. In order to test the tunnel, the NAT-ed hosts alice and venus ping the client bob behind the gateway sun. diff --git a/testing/tests/ikev2/rw-mark-in-out/description.txt b/testing/tests/ikev2/rw-mark-in-out/description.txt index 01c96b94a1..4c35081b15 100644 --- a/testing/tests/ikev2/rw-mark-in-out/description.txt +++ b/testing/tests/ikev2/rw-mark-in-out/description.txt @@ -10,7 +10,7 @@ the mark_in and mark_out parameters in ipsec.conf. iptables -t mangle rules are then used in the PREROUTING chain to mark the traffic to and from alice and venus, respectively.

-The iptables script designated by leftupdown=/etc/mark_updown automatically inserts -inbound mangle rules that mark the inbound ESP packets as well as the IPsec-policy rules +The script designated by leftupdown=/etc/mark_updown automatically inserts +iptables mangle rules that mark the inbound ESP packets as well as iptables IPsec-policy rules that let pass the tunneled traffic. In order to test the tunnel, the hosts alice and venus ping the client bob behind the gateway sun.