mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-25 20:22:12 +02:00
Unconditionally use '-j' to branch to a state chain or DISPOSITION.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
b22b63b1c3
commit
a6ccd53fe0
@ -953,11 +953,7 @@ sub finish_chain_section ($$$) {
|
|||||||
|
|
||||||
$target = ensure_audit_chain( $target ) if ( $targets{$target} || 0 ) & AUDIT;
|
$target = ensure_audit_chain( $target ) if ( $targets{$target} || 0 ) & AUDIT;
|
||||||
|
|
||||||
if ( $statetable{$_}[2] ) {
|
add_ijump( $chainref, j => $target, state_imatch $_ );
|
||||||
add_ijump( $chainref, g => $target, state_imatch $_ );
|
|
||||||
} else {
|
|
||||||
add_ijump( $chainref, j => $target, state_imatch $_ );
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
delete $state{$_};
|
delete $state{$_};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user