From 4b6fdf8b721d152cdbdff285ef6b9444166068bc Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 4 Nov 2012 09:11:37 -0800 Subject: [PATCH] Update masq manpage to expunge exclusion with an interface name in the SOURCE column. Signed-off-by: Tom Eastep --- Shorewall/manpages/shorewall-masq.xml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/Shorewall/manpages/shorewall-masq.xml b/Shorewall/manpages/shorewall-masq.xml index be2dc7a25..536bc184f 100644 --- a/Shorewall/manpages/shorewall-masq.xml +++ b/Shorewall/manpages/shorewall-masq.xml @@ -124,7 +124,7 @@ SOURCE (Formerly called SUBNET) - - {interface[:exclusion]|address[interface|address[,address][exclusion]} @@ -137,20 +137,6 @@ fact. (Shorewall will use your main routing table to determine the appropriate addresses to masquerade). - In order to exclude a address of the specified SOURCE, you may - append an exclusion ("!" and a comma-separated - list of IP addresses (host or net) that you wish to exclude (see - shorewall-exclusion(5))). - Note that a colon (":") must appear between an - interface name and the - exclusion; - - Example: eth1:!192.168.1.4,192.168.32.0/27 - - In that example traffic from eth1 would be masqueraded unless - it came from 192.168.1.4 or 196.168.32.0/27 - The preferred way to specify the SOURCE is to supply one or more host or network addresses separated by comma. You may use ipset names preceded by a plus sign (+) to specify a set of hosts.