forked from extern/shorewall_code
Correct handling of ";;+" in the snat file
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
e3f139bbdb
commit
10aef23ab1
@ -5572,6 +5572,14 @@ sub process_snat1( $$$$$$$$$$$$$ ) {
|
|||||||
my $logaction;
|
my $logaction;
|
||||||
my $param;
|
my $param;
|
||||||
|
|
||||||
|
#
|
||||||
|
# Handle early matches
|
||||||
|
#
|
||||||
|
if ( $inlinematches =~ s/^s*\+// ) {
|
||||||
|
$prerule = $inlinematches;
|
||||||
|
$inlinematches = '';
|
||||||
|
}
|
||||||
|
|
||||||
if ( $action =~ /^MASQUERADE(\+)?(?:\((.+)\))?$/ ) {
|
if ( $action =~ /^MASQUERADE(\+)?(?:\((.+)\))?$/ ) {
|
||||||
$target = 'MASQUERADE';
|
$target = 'MASQUERADE';
|
||||||
$actiontype = $builtin_target{$action = $target};
|
$actiontype = $builtin_target{$action = $target};
|
||||||
|
Loading…
Reference in New Issue
Block a user