mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-28 00:59:07 +01:00
Fix handling of zone names beginning with 'all'
This commit is contained in:
parent
58f9a66587
commit
ae0cffa588
@ -2252,7 +2252,7 @@ sub build_zone_list( $$$\$\$ ) {
|
|||||||
#
|
#
|
||||||
# Handle Wildcards
|
# Handle Wildcards
|
||||||
#
|
#
|
||||||
if ( $input =~ /^(all[-+]*)(![^:]+)?(:.*)?/ ) {
|
if ( $input =~ /^(all[-+]*)(![^:]+)?(:.*)?$/ ) {
|
||||||
$input = $1;
|
$input = $1;
|
||||||
$exclude = $2;
|
$exclude = $2;
|
||||||
$rest = $3;
|
$rest = $3;
|
||||||
|
Loading…
Reference in New Issue
Block a user