forked from extern/shorewall_code
Correct handling of DEST column during action invocation
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
41ea3bdeda
commit
e6a2ba78a4
@ -2842,7 +2842,7 @@ sub process_rule ( $$$$$$$$$$$$$$$$$$$$ ) {
|
||||
|
||||
if ( $dst eq '-' ) {
|
||||
$dst = $nat_columns{dest};
|
||||
} elsif ( $inchain ) {
|
||||
} elsif ( ! $inchain ) {
|
||||
#
|
||||
# Remove zone from destination
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user