]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Clarify --tunnel-src/--tunnel-dst options
authorPatrick McHardy <kaber@trash.net>
Thu, 12 Jan 2006 16:14:41 +0000 (16:14 +0000)
committerPatrick McHardy <kaber@trash.net>
Thu, 12 Jan 2006 16:14:41 +0000 (16:14 +0000)
extensions/libip6t_policy.man
extensions/libipt_policy.man

index 395dc2c1d4f983292e74096846147023d05edae7..eed163e113dc3dd1d6d8a20725860f7d5c360f4d 100644 (file)
@@ -35,11 +35,13 @@ Matches the encapsulation protocol.
 .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
index c2e81bed224d885716bb012f9af70a9d24515568..eed163e113dc3dd1d6d8a20725860f7d5c360f4d 100644 (file)
@@ -36,10 +36,12 @@ Matches the encapsulation protocol.
 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