summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcpv6.php
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 /usr/local/www/services_dhcpv6.php
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 'usr/local/www/services_dhcpv6.php')
-rw-r--r--usr/local/www/services_dhcpv6.php11
1 files changed, 8 insertions, 3 deletions
diff --git a/usr/local/www/services_dhcpv6.php b/usr/local/www/services_dhcpv6.php
index 79d2b10..267f051 100644
--- a/usr/local/www/services_dhcpv6.php
+++ b/usr/local/www/services_dhcpv6.php
@@ -417,19 +417,20 @@ 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='';
aodiv = document.getElementById('showtftp');
aodiv.style.display = "block";
}
-
+ */
function show_ldap_config() {
document.getElementById("showldapbox").innerHTML='';
aodiv = document.getElementById('showldap');
@@ -660,6 +661,7 @@ 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">
@@ -672,6 +674,8 @@ 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>
<td width="78%" class="vtable">
@@ -684,6 +688,7 @@ include("head.inc");
</div>
</td>
</tr>
+ -->
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("LDAP URI");?></td>
<td width="78%" class="vtable">
OpenPOWER on IntegriCloud