mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 09:47:51 +02: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' ) {
|
if ( $sect eq 'ESTABLISHED' ) {
|
||||||
$sections{ALL} = 1;
|
$sections{ALL} = 1;
|
||||||
elsif ( $sect eq 'RELATED' ) {
|
} elsif ( $sect eq 'RELATED' ) {
|
||||||
@sections{'ALL','ESTABLISHED'} = ( 1, 1);
|
@sections{'ALL','ESTABLISHED'} = ( 1, 1);
|
||||||
finish_section 'ESTABLISHED';
|
finish_section 'ESTABLISHED';
|
||||||
} elsif ( $sect eq 'NEW' ) {
|
} elsif ( $sect eq 'NEW' ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user