forked from extern/shorewall_code
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/^\+//;
|
||||
|
||||
$savelist = $interfacelist;
|
||||
#
|
||||
# Check for INLINE
|
||||
#
|
||||
@ -86,6 +85,8 @@ sub process_one_masq1( $$$$$$$$$$$$ )
|
||||
} else {
|
||||
$inlinematches = get_inline_matches(0);
|
||||
}
|
||||
|
||||
$savelist = $interfacelist;
|
||||
#
|
||||
# Handle early matches
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user