summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2011-08-18 09:19:56 +0200
committersmos <seth.mos@dds.nl>2011-08-18 09:19:56 +0200
commit12de53a8fa9d902be882fecc45b4e9f2898a0f1e (patch)
tree4242b88e02e203fa7ac68787b2ea9a3bce220ae2 /usr
parent37fb708c097eaf1475735f8e56902ff290cfc188 (diff)
downloadpfsense-12de53a8fa9d902be882fecc45b4e9f2898a0f1e.zip
pfsense-12de53a8fa9d902be882fecc45b4e9f2898a0f1e.tar.gz
Remove the gateway check here and always show the prefix delegation ID. Alternative we should consider a dhcp-pd type for the interface v6 address. Using a FE80::1 as the interface address for now.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 6ff2556..7990efd 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1554,9 +1554,6 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
</div>
</td>
</tr>
- <?php
- if($pconfig['gatewayv6'] == "none") {
- ?>
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("DHCPv6 Prefix Delegation ID"); ?></td>
<td width="78%" class="vtable">
@@ -1577,7 +1574,6 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<?=gettext("This ID sets the delegated DHCP-PD prefix number which will be used to setup the interface.");?>
</td>
</tr>
- <?php }; ?>
</table>
</td>
</tr>
OpenPOWER on IntegriCloud