mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-09 01:04:06 +01:00
Dont optimize chains with RETURN
This commit is contained in:
parent
030839e4a4
commit
fa8c8f5850
@ -278,6 +278,8 @@ sub process_accounting_rule( ) {
|
||||
}
|
||||
}
|
||||
|
||||
dont_optimize( $chainref ) if $target eq 'RETURN';
|
||||
|
||||
if ( $jumpchainref ) {
|
||||
if ( $asection ) {
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user