forked from extern/shorewall_code
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:
parent
e78f354d5f
commit
96473e7de1
@ -158,8 +158,9 @@ if (! -d $dir) {
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Config files for which the host-specific file is included *first*
|
# Config files for which the host-specific file is included *first*
|
||||||
my @hostfirstconfigs = qw( blacklist ecn hosts interfaces maclist masq nat
|
my @hostfirstconfigs = qw( blacklist bogons ecn hosts interfaces maclist
|
||||||
proxyarp rfc1918 routestopped start stop stopped tcrules tos tunnels );
|
masq nat proxyarp rfc1918 routestopped start stop stopped tcrules tos
|
||||||
|
tunnels );
|
||||||
|
|
||||||
# Config files for which the host-specific file is included *last*
|
# Config files for which the host-specific file is included *last*
|
||||||
my @hostlastconfigs = qw( common init modules params shorewall.conf );
|
my @hostlastconfigs = qw( common init modules params shorewall.conf );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user