Add bogons to host-specific configs

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4003 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
paulgear 2006-06-07 03:36:45 +00:00
parent e78f354d5f
commit 96473e7de1

View File

@ -158,8 +158,9 @@ if (! -d $dir) {
#
# Config files for which the host-specific file is included *first*
my @hostfirstconfigs = qw( blacklist ecn hosts interfaces maclist masq nat
proxyarp rfc1918 routestopped start stop stopped tcrules tos tunnels );
my @hostfirstconfigs = qw( blacklist bogons ecn hosts interfaces maclist
masq nat proxyarp rfc1918 routestopped start stop stopped tcrules tos
tunnels );
# Config files for which the host-specific file is included *last*
my @hostlastconfigs = qw( common init modules params shorewall.conf );