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:
parent
9912a765dd
commit
5495a18d19
1 changed files with 1 additions and 1 deletions
2
ddclient
2
ddclient
|
@ -1753,7 +1753,7 @@ sub check_value {
|
||||||
return undef if $value eq "";
|
return undef if $value eq "";
|
||||||
|
|
||||||
} elsif ($type eq T_IF) {
|
} 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) {
|
} elsif ($type eq T_PROG) {
|
||||||
return undef if $value eq "";
|
return undef if $value eq "";
|
||||||
|
|
Loading…
Reference in a new issue