summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/services_dhcp.php')
-rwxr-xr-xusr/local/www/services_dhcp.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index e4697a8..cc3d1e4 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -221,8 +221,8 @@ if ($_POST) {
$input_errors[] = "A valid IP address must be specified for the primary/secondary NTP servers.";
if (($_POST['domain'] && !is_domain($_POST['domain'])))
$input_errors[] = "A valid domain name must be specified for the DNS domain.";
- if (($_POST['tftp'] && !is_ipaddr($_POST['tftp'])))
- $input_errors[] = "A valid IP address must be specified for the TFTP server.";
+ if (($_POST['tftp'] && (!is_ipaddr($_POST['tftp']) && !is_domain($_POST['tftp']))))
+ $input_errors[] = "A valid IP address or hostname must be specified for the TFTP server.";
if (($_POST['nextserver'] && !is_ipaddr($_POST['nextserver'])))
$input_errors[] = "A valid IP address must be specified for the network boot server.";
OpenPOWER on IntegriCloud