forked from extern/shorewall_code
Another IPv6 ipset issue (z:!+set in the DEST column)
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
769f618650
commit
3991b44de0
@ -4032,7 +4032,7 @@ sub expand_rule( $$$$$$$$$$;$ )
|
|||||||
} else {
|
} else {
|
||||||
$dnets = $dest;
|
$dnets = $dest;
|
||||||
}
|
}
|
||||||
} elsif ( $dest =~ /^(?:\+|&|\..*\.)/ ) {
|
} elsif ( $dest =~ /(?:\+|&|\..*\.)/ ) {
|
||||||
$dnets = $dest;
|
$dnets = $dest;
|
||||||
} else {
|
} else {
|
||||||
$diface = $dest;
|
$diface = $dest;
|
||||||
|
Loading…
Reference in New Issue
Block a user