mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 08:44:05 +01:00
Correct Mangle Action Handling for second visit to the same action
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
7a18847c14
commit
6ed3861d76
@ -4544,14 +4544,14 @@ sub process_mangle_rule1( $$$$$$$$$$$$$$$$$$ ) {
|
||||
#
|
||||
# Capture the name of the action chain
|
||||
#
|
||||
$target = $ref->{name};
|
||||
} else {
|
||||
#
|
||||
# We've seen this tuple before
|
||||
#
|
||||
$target = $usedactions{$normalized_target}->{name};
|
||||
$ref = $usedactions{$normalized_target};
|
||||
}
|
||||
|
||||
$target = $ref->{name};
|
||||
$commandref->{allowedchains} = $ref->{allowedchains};
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user