From 94c97b6455cdbe0e350ca8015df49f7d201c9d9f Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 8 Sep 2006 14:53:38 +0000 Subject: [PATCH] Updated documentation of routestopped file git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4548 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- docs/Documentation.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/docs/Documentation.xml b/docs/Documentation.xml index 48b4629e3..bb0d04956 100644 --- a/docs/Documentation.xml +++ b/docs/Documentation.xml @@ -4011,6 +4011,45 @@ all all tcp ftp-data - 8- then 0.0.0.0/0 is assumed. + + + OPTIONS - (Optional) + + + A comma-separated list of options. The currently-supported + options are: + + + + routeback - Set up a rule to ACCEPT traffic from these + hosts back to themselves. + + + + source - Allow traffic from these hosts to ANY + destination. Without this option or the 'dest' option, only + traffic from this host to other listed hosts (and the firewall) + is allowed. If 'source' is specified then 'routeback' is + redundant. + + + + dest - Allow traffic to these hosts from ANY source. + Without this option or the 'source' option, only traffic from + this host to other listed hosts (and the firewall) is allowed. + If 'dest' is specified then 'routeback' is redundant. + + + + critical - Allow traffic between the firewall and these + hosts throughout '[re]start', 'stop' and 'clear'. Specifying + 'critical' on one or more entries will cause your firewall to be + "totally open" for a brief window during each of those + operations. + + + +