mirror of
https://gitlab.com/shorewall/code.git
synced 2025-05-31 15:05:39 +02:00
Don't clear dont_optimize flag in accounting in sectioned configuration
This commit is contained in:
parent
300d931922
commit
5634b08e22
@ -363,7 +363,7 @@ sub setup_accounting() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ( $filter_table->{accounting} ) {
|
if ( $filter_table->{accounting} ) {
|
||||||
optimize_okay( 'accounting' ) if $section;
|
dont_optimize( 'accounting' ) unless $section;
|
||||||
if ( $asection ) {
|
if ( $asection ) {
|
||||||
add_jump( $filter_table->{FORWARD}, 'accounting', 0, '', 0, 0 );
|
add_jump( $filter_table->{FORWARD}, 'accounting', 0, '', 0, 0 );
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user