aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-07-17 17:19:26 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-07-17 17:19:26 +0200
commitf5baa5c4cf6430a258adf4c971f067253bb7b9e4 (patch)
treeac057da5e46ada886bad0d565a0f7ff03b00f1d5 /testing
parentd2d7ed922797e500e241c1b89d4cce75ef2db368 (diff)
downloadstrongswan-f5baa5c4cf6430a258adf4c971f067253bb7b9e4.tar.bz2
strongswan-f5baa5c4cf6430a258adf4c971f067253bb7b9e4.tar.xz
some reformulations
Diffstat (limited to 'testing')
-rw-r--r--testing/tests/ikev2/nat-two-rw-mark/description.txt4
-rw-r--r--testing/tests/ikev2/rw-mark-in-out/description.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/testing/tests/ikev2/nat-two-rw-mark/description.txt b/testing/tests/ikev2/nat-two-rw-mark/description.txt
index 31e7cc48c..2a93d11d8 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 <b>mark</b> parameter in ipsec.conf.
<b>iptables -t mangle</b> rules are then used in the PREROUTING chain to mark the traffic to
and from <b>alice</b> and <b>venus</b>, respectively.
<p/>
-The iptables script designated by <b>leftupdown=/etc/mark_updown</b> automatically inserts
-inbound mangle rules that mark the inbound ESP_IN_UDP packets as well as the IPsec-policy rules
+The script designated by <b>leftupdown=/etc/mark_updown</b> 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 <b>alice</b>
and <b>venus</b> ping the client <b>bob</b> behind the gateway <b>sun</b>.
diff --git a/testing/tests/ikev2/rw-mark-in-out/description.txt b/testing/tests/ikev2/rw-mark-in-out/description.txt
index 01c96b94a..4c35081b1 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 <b>mark_in</b> and <b>mark_out</b> parameters in ipsec.conf.
<b>iptables -t mangle</b> rules are then used in the PREROUTING chain to mark the traffic to
and from <b>alice</b> and <b>venus</b>, respectively.
<p/>
-The iptables script designated by <b>leftupdown=/etc/mark_updown</b> automatically inserts
-inbound mangle rules that mark the inbound ESP packets as well as the IPsec-policy rules
+The script designated by <b>leftupdown=/etc/mark_updown</b> 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 <b>alice</b>
and <b>venus</b> ping the client <b>bob</b> behind the gateway <b>sun</b>.