mirror of
https://gitlab.com/shorewall/code.git
synced 2025-07-12 12:25:49 +02:00
Another IPv6 ipset issue (z:!+set in the DEST column)
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user