Fix 'logreject' target

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6329 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-05-12 00:28:14 +00:00
parent 9f25e2c614
commit 201dd3078e

View File

@ -494,7 +494,7 @@ sub add_common_rules() {
$level = $config{BLACKLIST_LOGLEVEL};
add_rule_pair new_standard_chain( 'logdrop' ), ' ' , 'DROP' , $level ;
add_rule_pair new_standard_chain( 'logreject' ), ' ' , 'REJECT' , $level ;
add_rule_pair new_standard_chain( 'logreject' ), ' ' , 'reject' , $level ;
new_standard_chain 'dynamic';