diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-07-17 13:09:28 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-07-17 13:09:28 +0200 |
commit | 34e93c0280795d7ab1f7538178cc6250bf19e44c (patch) | |
tree | cea8a1b6de3da174d4d31eb728aa6d716919537c /testing | |
parent | 14665981a5722758d4b8be024cad6c418769c2d7 (diff) | |
download | strongswan-34e93c0280795d7ab1f7538178cc6250bf19e44c.tar.bz2 strongswan-34e93c0280795d7ab1f7538178cc6250bf19e44c.tar.xz |
fix html error in scenario description
Diffstat (limited to 'testing')
-rw-r--r-- | testing/tests/ikev2/nat-two-rw-mark-in-out/description.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/ikev2/nat-two-rw-mark-in-out/description.txt b/testing/tests/ikev2/nat-two-rw-mark-in-out/description.txt index 5b5aa99f8..dc0bccff6 100644 --- a/testing/tests/ikev2/nat-two-rw-mark-in-out/description.txt +++ b/testing/tests/ikev2/nat-two-rw-mark-in-out/description.txt @@ -5,7 +5,7 @@ after ESP decryption to map these subnets to 10.3.0.10 and 10.3.0.20, respective <p/> In order to differentiate between the tunnels to <b>alice</b> and <b>venus</b>, respectively, <b>XFRM marks</b> are defined for both the inbound and outbound IPsec SAs and policies using -the <b>mark_in</b> and <b>mark_out/b> parameters in ipsec.conf. +the <b>mark_in</b> and <b>mark_out</b> parameters in ipsec.conf. <p/> <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. |