From 37b7c9b6c4f33fc3d5908d1f2b742e2f023e0e0b Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Thu, 12 Jan 2006 16:14:41 +0000 Subject: Clarify --tunnel-src/--tunnel-dst options --- extensions/libip6t_policy.man | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'extensions/libip6t_policy.man') diff --git a/extensions/libip6t_policy.man b/extensions/libip6t_policy.man index 395dc2c1..eed163e1 100644 --- a/extensions/libip6t_policy.man +++ b/extensions/libip6t_policy.man @@ -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 -- cgit v1.2.3