diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-09-06 11:53:59 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-09-06 11:53:59 +0200 |
commit | a674c79a375b98b31c627fdeafc864ec9339e43e (patch) | |
tree | 37fdabd48ce4f86b4920eded7f2a70c5ff90ad18 /src | |
parent | 4e68c1cfdc31891d74789390c5834b762a705783 (diff) | |
download | strongswan-a674c79a375b98b31c627fdeafc864ec9339e43e.tar.bz2 strongswan-a674c79a375b98b31c627fdeafc864ec9339e43e.tar.xz |
mark_in and mark_out are also supported by pluto.
Diffstat (limited to 'src')
-rw-r--r-- | src/starter/ipsec.conf.5.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/starter/ipsec.conf.5.in b/src/starter/ipsec.conf.5.in index f69e2226b..ebd3d6b78 100644 --- a/src/starter/ipsec.conf.5.in +++ b/src/starter/ipsec.conf.5.in @@ -835,14 +835,14 @@ mask of is assumed. .TP .B mark_in -sets an XFRM mark of the form <value>[/<mask>] in the inbound IPsec SA and policy -(IKEv2 only). If the mask is missing then a default mask of +sets an XFRM mark of the form <value>[/<mask>] in the inbound IPsec SA and +policy. If the mask is missing then a default mask of .B 0xffffffff is assumed. .TP .B mark_out -sets an XFRM mark of the form <value>[/<mask>] in the outbound IPsec SA and policy -(IKEv2 only). If the mask is missing then a default mask of +sets an XFRM mark of the form <value>[/<mask>] in the outbound IPsec SA and +policy. If the mask is missing then a default mask of .B 0xffffffff is assumed. .TP |