summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2011-09-03 19:48:11 +0200
committersmos <seth.mos@dds.nl>2011-09-03 19:48:45 +0200
commit520c3d614dfdcb66225bddd1c6bed365e9dafccd (patch)
treec35776f6b1a7f8c2f3610a6fa75961d951c0b23e /usr
parenta04959b8838d61f59838b2062fa404e0bc9beaa0 (diff)
downloadpfsense-520c3d614dfdcb66225bddd1c6bed365e9dafccd.zip
pfsense-520c3d614dfdcb66225bddd1c6bed365e9dafccd.tar.gz
Remove the gateway field from view since it is not a valid option for now.
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/services_dhcpv6.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/services_dhcpv6.php b/usr/local/www/services_dhcpv6.php
index 7176365..79d2b10 100644
--- a/usr/local/www/services_dhcpv6.php
+++ b/usr/local/www/services_dhcpv6.php
@@ -594,6 +594,7 @@ include("head.inc");
<?=gettext("NOTE: leave blank to use the system default DNS servers - this interface's IP if DNS forwarder is enabled, otherwise the servers configured on the General page.");?>
</td>
</tr>
+ <!--
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Gateway");?></td>
<td width="78%" class="vtable">
@@ -601,6 +602,7 @@ include("head.inc");
<?=gettext("The default is to use the IP on this interface of the firewall as the gateway. Specify an alternate gateway here if this is not the correct gateway for your network.");?>
</td>
</tr>
+ -->
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Domain name");?></td>
<td width="78%" class="vtable">
OpenPOWER on IntegriCloud