summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2011-11-22 20:01:09 +0100
committersmos <seth.mos@dds.nl>2011-11-22 20:01:59 +0100
commit7d504365335a3ad0c65538ce77d95ab66a077e27 (patch)
tree12c056e07e24945da7fee779c81fbeaf7d10954f /etc/inc
parent45e4510bb89367db5734241ca7c34531c91ac675 (diff)
downloadpfsense-7d504365335a3ad0c65538ce77d95ab66a077e27.zip
pfsense-7d504365335a3ad0c65538ce77d95ab66a077e27.tar.gz
Comment out TFTP and NTP UI fields and block the code in services.inc.
ISC dhcpd does not support these yet. See redmine ticket #2016
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/services.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 604d136..430adcb 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -823,12 +823,16 @@ EOD;
$dhcpdv6conf .= " max-lease-time {$dhcpv6ifconf['maxleasetime']};\n";
// ntp-servers
+ /* Not supported in ISC DHCPD yet, see redmine #2016
if (is_array($dhcpv6ifconf['ntpserver']) && $dhcpv6ifconf['ntpserver'][0])
$dhcpdv6conf .= " option ntp-servers " . join(",", $dhcpv6ifconf['ntpserver']) . ";\n";
+ */
// tftp-server-name
- if ($dhcpv6ifconf['tftp'] <> "")
+ /* Needs ISC DHCPD support
+ if ($dhcpv6ifconf['tftp'] <> "")
$dhcpdv6conf .= " option tftp-server-name \"{$dhcpv6ifconf['tftp']}\";\n";
+ */
// Handle option, number rowhelper values
$dhcpdv6conf .= "\n";
OpenPOWER on IntegriCloud