[netfilter-cvslog] r6406 - trunk/iptables/extensions

kaber at netfilter.org kaber at netfilter.org
Thu Jan 12 17:14:44 CET 2006


Author: kaber at netfilter.org
Date: 2006-01-12 17:14:41 +0100 (Thu, 12 Jan 2006)
New Revision: 6406

Modified:
   trunk/iptables/extensions/libip6t_policy.man
   trunk/iptables/extensions/libipt_policy.man
Log:
Clarify --tunnel-src/--tunnel-dst options


Modified: trunk/iptables/extensions/libip6t_policy.man
===================================================================
--- trunk/iptables/extensions/libip6t_policy.man	2006-01-12 13:57:12 UTC (rev 6405)
+++ trunk/iptables/extensions/libip6t_policy.man	2006-01-12 16:14:41 UTC (rev 6406)
@@ -35,11 +35,13 @@
 .BI "--mode " "tunnel|transport"
 Matches the encapsulation mode.
 .TP
-.BI "--tunnel-src " "addr[/masklen]"
-Matches the source address of a tunnel. Only valid with --mode tunnel.
+.BI "--tunnel-src " "addr[/mask]"
+Matches the source end-point address of a tunnel mode SA.
+Only valid with --mode tunnel.
 .TP
-.BI "--tunnel-dst " "addr[/masklen]"
-Matches the destination address of a tunnel. Only valid with --mode tunnel.
+.BI "--tunnel-dst " "addr[/mask]"
+Matches the destination end-point address of a tunnel mode SA.
+Only valid with --mode tunnel.
 .TP
 .BI "--next"
 Start the next element in the policy specification. Can only be used with

Modified: trunk/iptables/extensions/libipt_policy.man
===================================================================
--- trunk/iptables/extensions/libipt_policy.man	2006-01-12 13:57:12 UTC (rev 6405)
+++ trunk/iptables/extensions/libipt_policy.man	2006-01-12 16:14:41 UTC (rev 6406)
@@ -36,10 +36,12 @@
 Matches the encapsulation mode.
 .TP
 .BI "--tunnel-src " "addr[/mask]"
-Matches the source address of a tunnel. Only valid with --mode tunnel.
+Matches the source end-point address of a tunnel mode SA.
+Only valid with --mode tunnel.
 .TP
 .BI "--tunnel-dst " "addr[/mask]"
-Matches the destination address of a tunnel. Only valid with --mode tunnel.
+Matches the destination end-point address of a tunnel mode SA.
+Only valid with --mode tunnel.
 .TP
 .BI "--next"
 Start the next element in the policy specification. Can only be used with




More information about the netfilter-cvslog mailing list