mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-17 03:40:53 +01:00
Restore wildcard properties to zone lists
This commit is contained in:
parent
5a92c3262f
commit
383e792807
@ -1568,8 +1568,9 @@ sub build_zone_list( $$$\$\$ ) {
|
|||||||
unshift @result, $fw unless $exclude{$fw};
|
unshift @result, $fw unless $exclude{$fw};
|
||||||
|
|
||||||
} 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