summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcpv6.php
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-03-13 20:24:52 +0100
committersmos <seth.mos@dds.nl>2012-03-13 20:27:29 +0100
commit4096fe5da7c3827df3f3c55a04b40998a54b3047 (patch)
treee8d002798deeb53e2c64a4eda8ec7a160d15d625 /usr/local/www/services_dhcpv6.php
parent83bbb0cdb5d6262b2559a2f1332397ab324e25f4 (diff)
downloadpfsense-4096fe5da7c3827df3f3c55a04b40998a54b3047.zip
pfsense-4096fe5da7c3827df3f3c55a04b40998a54b3047.tar.gz
Enable the NTP server fields for our DHCP6 server.
Diffstat (limited to 'usr/local/www/services_dhcpv6.php')
-rw-r--r--usr/local/www/services_dhcpv6.php8
1 files changed, 2 insertions, 6 deletions
diff --git a/usr/local/www/services_dhcpv6.php b/usr/local/www/services_dhcpv6.php
index 6a5276c..664652e 100644
--- a/usr/local/www/services_dhcpv6.php
+++ b/usr/local/www/services_dhcpv6.php
@@ -409,8 +409,8 @@ include("head.inc");
document.iform.domainsearchlist.disabled = endis;
document.iform.ddnsdomain.disabled = endis;
document.iform.ddnsupdate.disabled = endis;
- //document.iform.ntp1.disabled = endis;
- //document.iform.ntp2.disabled = endis;
+ document.iform.ntp1.disabled = endis;
+ document.iform.ntp2.disabled = endis;
//document.iform.tftp.disabled = endis;
document.iform.ldap.disabled = endis;
document.iform.netboot.disabled = endis;
@@ -431,13 +431,11 @@ include("head.inc");
aodiv = document.getElementById('showddns');
aodiv.style.display = "block";
}
- /*
function show_ntp_config() {
document.getElementById("showntpbox").innerHTML='';
aodiv = document.getElementById('showntp');
aodiv.style.display = "block";
}
- */
/*
function show_tftp_config() {
document.getElementById("showtftpbox").innerHTML='';
@@ -702,7 +700,6 @@ include("head.inc");
</div>
</td>
</tr>
- <!-- ISC dhcpd does not support ntp for ipv6 yet. See redmine #2016
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("NTP servers");?></td>
<td width="78%" class="vtable">
@@ -715,7 +712,6 @@ include("head.inc");
</div>
</td>
</tr>
- -->
<!-- ISC dhcpd does not support tftp for ipv6 yet. See redmine #2016
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("TFTP server");?></td>
OpenPOWER on IntegriCloud