mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-16 19:30:44 +01:00
Restore wildcard properties to zone lists
This commit is contained in:
parent
5a92c3262f
commit
383e792807
@ -1570,6 +1570,7 @@ sub build_zone_list( $$$\$\$ ) {
|
|||||||
} elsif ( $input =~ /^([^:]+,[^:]+)(:.*)?$/ ) {
|
} elsif ( $input =~ /^([^:]+,[^:]+)(:.*)?$/ ) {
|
||||||
$input = $1;
|
$input = $1;
|
||||||
$rest = $2;
|
$rest = $2;
|
||||||
|
$$wildref = 1;
|
||||||
|
|
||||||
$$intrazoneref = ( $input =~ s/\+$// );
|
$$intrazoneref = ( $input =~ s/\+$// );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user