Restore SECTION handling in Accounting File

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-12-24 13:33:44 -08:00
parent 4393a6c603
commit 1c212e878f

View File

@ -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 = '';