forked from extern/shorewall_code
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