From 9212e831001dd16d69a05c0c184f63b438be361f Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 29 Nov 2007 17:03:23 +0000 Subject: [PATCH] Add options to sample shorewall.conf files git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7792 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Samples/one-interface/shorewall.conf | 14 ++++++++++++-- Samples/three-interfaces/shorewall.conf | 13 +++++++++++-- Samples/two-interfaces/shorewall.conf | 14 ++++++++++++-- 3 files changed, 35 insertions(+), 6 deletions(-) diff --git a/Samples/one-interface/shorewall.conf b/Samples/one-interface/shorewall.conf index a4da8b09c..605f782a5 100644 --- a/Samples/one-interface/shorewall.conf +++ b/Samples/one-interface/shorewall.conf @@ -12,8 +12,8 @@ # # For information about the settings in this file, type "man shorewall.conf" # -# Additional information is available at -# http://www.shorewall.net/Documentation.htm#Conf +# The manpage is also online at +# http://shorewall.net/manpages/shorewall.conf.html ############################################################################### # S T A R T U P E N A B L E D ############################################################################### @@ -165,6 +165,16 @@ OPTIMIZE=1 EXPORTPARAMS=No +EXPAND_POLICIES=No + +KEEP_RT_TABLES=No + +DELETE_THEN_ADD=Yes + +MULTICAST=No + +DONT_LOAD= + ############################################################################### # P A C K E T D I S P O S I T I O N ############################################################################### diff --git a/Samples/three-interfaces/shorewall.conf b/Samples/three-interfaces/shorewall.conf index bbab4d387..3ca27e503 100644 --- a/Samples/three-interfaces/shorewall.conf +++ b/Samples/three-interfaces/shorewall.conf @@ -13,8 +13,9 @@ # # For information about the settings in this file, type "man shorewall.conf" # -# Additional information is available at -# http://www.shorewall.net/Documentation.htm#Conf +# The manpage is also online at +# http://shorewall.net/manpages/shorewall.conf.html +# ############################################################################### # S T A R T U P E N A B L E D ############################################################################### @@ -168,6 +169,14 @@ EXPORTPARAMS=No EXPAND_POLICIES=No +KEEP_RT_TABLES=No + +DELETE_THEN_ADD=Yes + +MULTICAST=No + +DONT_LOAD= + ############################################################################### # P A C K E T D I S P O S I T I O N ############################################################################### diff --git a/Samples/two-interfaces/shorewall.conf b/Samples/two-interfaces/shorewall.conf index 1de31f0cf..ec6819776 100644 --- a/Samples/two-interfaces/shorewall.conf +++ b/Samples/two-interfaces/shorewall.conf @@ -12,8 +12,8 @@ # # For information about the settings in this file, type "man shorewall.conf" # -# Additional information is available at -# http://www.shorewall.net/Documentation.htm#Conf +# The manpage is also online at +# http://shorewall.net/manpages/shorewall.conf.html ############################################################################### # S T A R T U P E N A B L E D ############################################################################### @@ -167,6 +167,16 @@ EXPORTPARAMS=No EXPAND_POLICIES=No +EXPAND_POLICIES=Yes + +KEEP_RT_TABLES=No + +DELETE_THEN_ADD=Yes + +MULTICAST=No + +DONT_LOAD= + ############################################################################### # P A C K E T D I S P O S I T I O N ###############################################################################