summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcpv6_edit.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2011-05-09 23:23:16 +0200
committerSeth Mos <seth.mos@dds.nl>2011-05-09 23:23:16 +0200
commitbfb3e7174a36490ddb6af768839bc04a7637325d (patch)
treee339d1e54feb27a65016eb72795388a9d528f838 /usr/local/www/services_dhcpv6_edit.php
parentde06b5b7ce604d55bec563f8b1a620abcbb085b4 (diff)
downloadpfsense-bfb3e7174a36490ddb6af768839bc04a7637325d.zip
pfsense-bfb3e7174a36490ddb6af768839bc04a7637325d.tar.gz
Add a prefix pool for prefix delegation. Doesn't work yet. ISC dhcpd complaining about the network mask being too short.
Diffstat (limited to 'usr/local/www/services_dhcpv6_edit.php')
-rw-r--r--usr/local/www/services_dhcpv6_edit.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/usr/local/www/services_dhcpv6_edit.php b/usr/local/www/services_dhcpv6_edit.php
index 0902142..ef87477 100644
--- a/usr/local/www/services_dhcpv6_edit.php
+++ b/usr/local/www/services_dhcpv6_edit.php
@@ -85,14 +85,12 @@ if (isset($_POST['id']))
if (isset($id) && $a_maps[$id]) {
$pconfig['duid'] = $a_maps[$id]['duid'];
- $pconfig['prefixpool'] = $a_maps[$id]['prefixpool'];
$pconfig['hostname'] = $a_maps[$id]['hostname'];
$pconfig['ipaddrv6'] = $a_maps[$id]['ipaddrv6'];
$pconfig['netbootfile'] = $a_maps[$id]['netbootfile'];
$pconfig['descr'] = $a_maps[$id]['descr'];
} else {
$pconfig['duid'] = $_GET['duid'];
- $pconfig['prefixpool'] = $_GET['prefixpool'];
$pconfig['hostname'] = $_GET['hostname'];
$pconfig['netbootfile'] = $_GET['netbootfile'];
$pconfig['descr'] = $_GET['descr'];
@@ -206,13 +204,6 @@ include("head.inc");
<br>
<?=gettext("If no IPv6 address is given, one will be dynamically allocated from the pool.");?></td>
</tr>
- <tr>
- <td width="22%" valign="top" class="vncell"><?=gettext("IPv6 Prefix Pool");?></td>
- <td width="78%" class="vtable">
- <input name="prefixpool" type="text" class="formfld unknown" id="prefixpool" size="28" value="<?=htmlspecialchars($pconfig['prefixpool']);?>">
- <br>
- <?=gettext("If no IPv6 Prefix Pool is given, no prefixes will be negotiated");?></td>
- </tr>
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Hostname");?></td>
<td width="78%" class="vtable">
OpenPOWER on IntegriCloud