summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2015-06-15 18:18:41 +0200
committerErmal LUÇI <eri@pfsense.org>2015-06-15 18:18:41 +0200
commit6d85358c9480d871f043dacf52525ece154b0544 (patch)
tree315d79cd5e8149a23d7a4a8da66244989601f705
parent4d474c094f7e3efb76d7d0ef02031d8c34433756 (diff)
downloadpfsense-6d85358c9480d871f043dacf52525ece154b0544.zip
pfsense-6d85358c9480d871f043dacf52525ece154b0544.tar.gz
Merge manullay pull/1722
-rw-r--r--usr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 62bf323..7fd5905 100644
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -2298,7 +2298,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<td width="78%" class="vtable">
<select name="dhcp6-ia-pd-len" class="formselect" id="dhcp6-ia-pd-len">
<?php
- $sizes = array("none" => "None", 16 => "48", 12 => "52", 8 => "56", 4 => "60", 2 => "62", 1 => "63", 0 => "64");
+ $sizes = array("none" => "None", 16 => "48", 12 => "52", 8 => "56", 4 => "60", 3 => "61", 2 => "62", 1 => "63", 0 => "64");
foreach($sizes as $bits => $length) {
echo "<option value=\"{$bits}\" ";
if (is_numeric($pconfig['dhcp6-ia-pd-len']) && ($bits == $pconfig['dhcp6-ia-pd-len'])) echo "selected=\"selected\"";
OpenPOWER on IntegriCloud