From fdf64cf29a39812e63e67ba22755262bdaac2ffb Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 16 Sep 2007 22:01:55 +0000 Subject: [PATCH] Add DELETE_THEN_ADD option git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7350 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- manpages/shorewall.conf.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/manpages/shorewall.conf.xml b/manpages/shorewall.conf.xml index 794080a95..82b621365 100644 --- a/manpages/shorewall.conf.xml +++ b/manpages/shorewall.conf.xml @@ -411,6 +411,19 @@ + + DELETE_THEN_ADD={Yes|No} + + + Added in Shorewall 4.0.4. If set to Yes (the default value), + entries in the /etc/shorewall/route_stopped files cause an 'ip rule + del' command to be generated in addition to an 'ip rule add' + command. Setting this option to No, causes the 'ip rule del' command + to be omitted. + + + DETECT_DNAT_IPADDRS=[Yes|No]