Interfaces can be named almost anything on modern systems.

This commit is contained in:
Stephen Couchman 2014-08-05 18:50:38 -04:00
parent f9eb398c51
commit a074de2042

View file

@ -1753,7 +1753,7 @@ sub check_value {
return undef if $value eq "";
} elsif ($type eq T_IF) {
return undef if $value !~ /^[a-z0-9:._-]+$/;
return undef if $value !~ /^[a-zA-Z0-9:._-]+$/;
} elsif ($type eq T_PROG) {
return undef if $value eq "";