A couple of tweaks

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4490 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-08-30 22:04:49 +00:00
parent 92e45e1586
commit e825082fd0
3 changed files with 10 additions and 6 deletions

View File

@ -3276,7 +3276,7 @@ complete_standard_chain() # $1 = chain, $2 = source zone, $3 = destination zone
policy_rules $1 $policy $loglevel $default policy_rules $1 $policy $loglevel $default
else else
policy_rules $1 DROP info policy_rules $1 DROP info $DROP_DEFAULT
fi fi
} }

View File

@ -475,6 +475,12 @@ delete_file ${PREFIX}/etc/shorewall/routes
delete_file ${PREFIX}/usr/share/shorewall/tcstart delete_file ${PREFIX}/usr/share/shorewall/tcstart
#
# Delete the Limits Files
#
delete_file ${PREFIX}/usr/share/shorewall/action.Limit
delete_file ${PREFIX}/usr/share/shorewall/Limit
# #
# Install the Providers file # Install the Providers file
# #

View File

@ -143,12 +143,10 @@ New Features:
/etc/shorewall/actions. Builtin actions will still be available for /etc/shorewall/actions. Builtin actions will still be available for
use in rules and macros. use in rules and macros.
Note that with USE_ACTIONS=No, there will be no default actions so The 'Limit' action has been converted to a builtin so that Limit is
you must include explicit rules to handle those rules that are normally available even when USE_ACTIONS=No.
supplied by the default actions.
The macros macro.Drop and macro.Reject are supplied to help you do See the next item for more information.
that.
3) Prior to Shorewall 3.3, default actions were specified in 3) Prior to Shorewall 3.3, default actions were specified in
/usr/share/shorewall/actions.std or in /etc/shorewall/actions. /usr/share/shorewall/actions.std or in /etc/shorewall/actions.