mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 04:04:10 +01:00
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:
parent
9f25e2c614
commit
201dd3078e
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user