mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-23 14:08:45 +01:00
Generate correct name for synflood chains
This commit is contained in:
parent
407b92829f
commit
3ca3d64efe
@ -495,7 +495,7 @@ sub setup_syn_flood_chains() {
|
||||
my $limit = $chainref->{synparams};
|
||||
if ( $limit && ! $filter_table->{syn_flood_chain $chainref} ) {
|
||||
my $level = $chainref->{loglevel};
|
||||
my $synchainref = new_chain 'filter' , syn_flood_chain $chainref;
|
||||
my $synchainref = new_chain( 'filter' , '@' . $chainref->{name} );
|
||||
add_rule $synchainref , "${limit}-j RETURN";
|
||||
log_rule_limit( $level ,
|
||||
$synchainref ,
|
||||
|
@ -1,12 +1,18 @@
|
||||
Changes in Shorewall 4.4.15
|
||||
|
||||
Beta 1
|
||||
Beta 3
|
||||
|
||||
1) Another Perl 5.12 warning.
|
||||
|
||||
2) Avoid anomalous behavior regarding syn flood chains.
|
||||
|
||||
Beta 2
|
||||
|
||||
1) Tweaks to IPv6 tcfilters
|
||||
|
||||
2) Add support for explicit provider routes
|
||||
|
||||
Beta 2
|
||||
Beta 1
|
||||
|
||||
1) Handle exported VERBOSE.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user