mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-27 00:29:02 +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
|
||||
#
|
||||
if ( $input =~ /^(all[-+]*)(![^:]+)?(:.*)?/ ) {
|
||||
if ( $input =~ /^(all[-+]*)(![^:]+)?(:.*)?$/ ) {
|
||||
$input = $1;
|
||||
$exclude = $2;
|
||||
$rest = $3;
|
||||
|
Loading…
Reference in New Issue
Block a user