mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-11 16:18:13 +01:00
Correctly translate +INLINE(...)
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
ae9b57d854
commit
de3b05ea41
@ -76,7 +76,6 @@ sub process_one_masq1( $$$$$$$$$$$$ )
|
|||||||
#
|
#
|
||||||
$pre_nat = 1 if $interfacelist =~ s/^\+//;
|
$pre_nat = 1 if $interfacelist =~ s/^\+//;
|
||||||
|
|
||||||
$savelist = $interfacelist;
|
|
||||||
#
|
#
|
||||||
# Check for INLINE
|
# Check for INLINE
|
||||||
#
|
#
|
||||||
@ -86,6 +85,8 @@ sub process_one_masq1( $$$$$$$$$$$$ )
|
|||||||
} else {
|
} else {
|
||||||
$inlinematches = get_inline_matches(0);
|
$inlinematches = get_inline_matches(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$savelist = $interfacelist;
|
||||||
#
|
#
|
||||||
# Handle early matches
|
# Handle early matches
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user