mirror of
https://gitlab.com/shorewall/code.git
synced 2025-07-01 07:00:04 +02:00
Generate correct name for synflood chains
This commit is contained in:
@ -495,7 +495,7 @@ sub setup_syn_flood_chains() {
|
|||||||
my $limit = $chainref->{synparams};
|
my $limit = $chainref->{synparams};
|
||||||
if ( $limit && ! $filter_table->{syn_flood_chain $chainref} ) {
|
if ( $limit && ! $filter_table->{syn_flood_chain $chainref} ) {
|
||||||
my $level = $chainref->{loglevel};
|
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";
|
add_rule $synchainref , "${limit}-j RETURN";
|
||||||
log_rule_limit( $level ,
|
log_rule_limit( $level ,
|
||||||
$synchainref ,
|
$synchainref ,
|
||||||
|
@ -1,12 +1,18 @@
|
|||||||
Changes in Shorewall 4.4.15
|
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
|
1) Tweaks to IPv6 tcfilters
|
||||||
|
|
||||||
2) Add support for explicit provider routes
|
2) Add support for explicit provider routes
|
||||||
|
|
||||||
Beta 2
|
Beta 1
|
||||||
|
|
||||||
1) Handle exported VERBOSE.
|
1) Handle exported VERBOSE.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user