forked from extern/shorewall_code
Use the synchain name in log messages rather than the base chain name
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
5b97800901
commit
9e3cb27d0a
@ -1159,7 +1159,7 @@ sub setup_syn_flood_chains() {
|
||||
add_rule $synchainref , "${limit}-j RETURN";
|
||||
log_irule_limit( $level ,
|
||||
$synchainref ,
|
||||
$chainref->{name} ,
|
||||
$synchainref->{name} ,
|
||||
'DROP',
|
||||
@{$globals{LOGILIMIT}} ? $globals{LOGILIMIT} : [ limit => "--limit 5/min --limit-burst 5" ] ,
|
||||
'' ,
|
||||
|
Loading…
Reference in New Issue
Block a user