Interfaces can be named almost anything on modern systems.

Patch provided by Stephen Couchman through github


git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@165 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
wimpunk 2014-08-20 06:08:41 +00:00
parent 9912a765dd
commit 5495a18d19

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 "";