mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-18 04:11:22 +01:00
Restore SECTION handling in Accounting File
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
4393a6c603
commit
1c212e878f
@ -152,6 +152,11 @@ sub process_accounting_rule( ) {
|
||||
|
||||
fatal_error 'ACTION must be specified' if $action eq '-';
|
||||
|
||||
if ( $action eq 'SECTION' ) {
|
||||
process_section( $chain );
|
||||
return 0;
|
||||
}
|
||||
|
||||
$asection = LEGACY if $asection < 0;
|
||||
|
||||
our $disposition = '';
|
||||
|
Loading…
Reference in New Issue
Block a user