mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-26 17:43:15 +01:00
Correct implementation of the ALL section.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
e5886abed1
commit
ca8e99ed51
@ -2233,7 +2233,7 @@ sub process_section ($) {
|
||||
|
||||
if ( $sect eq 'ESTABLISHED' ) {
|
||||
$sections{ALL} = 1;
|
||||
elsif ( $sect eq 'RELATED' ) {
|
||||
} elsif ( $sect eq 'RELATED' ) {
|
||||
@sections{'ALL','ESTABLISHED'} = ( 1, 1);
|
||||
finish_section 'ESTABLISHED';
|
||||
} elsif ( $sect eq 'NEW' ) {
|
||||
|
Loading…
Reference in New Issue
Block a user