summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2016-12-11 00:36:07 +0100
committerPiBa-NL <pba_2k3@yahoo.com>2016-12-11 00:36:07 +0100
commit260f60a9b60d42be7a274b29a8c217c2b4b53507 (patch)
tree258ac09a7fb4af73a47c8895c59d9a321d48d1cb /src
parent86bb5c37c6d7302593ccc1249faf57228a9cbfe2 (diff)
downloadpfsense-260f60a9b60d42be7a274b29a8c217c2b4b53507.zip
pfsense-260f60a9b60d42be7a274b29a8c217c2b4b53507.tar.gz
IPv6, allow DHCP6 client to use a prefix size of /59
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php
index 9ee3a12..1bcd273 100644
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -2108,7 +2108,7 @@ $section->addInput(new Form_Select(
'dhcp6-ia-pd-len',
'DHCPv6 Prefix Delegation size',
$pconfig['dhcp6-ia-pd-len'],
- array("none" => "None", 16 => "48", 12 => "52", 8 => "56", 4 => "60", 3 => "61", 2 => "62", 1 => "63", 0 => "64")
+ array("none" => "None", 16 => "48", 12 => "52", 8 => "56", 5 => "59", 4 => "60", 3 => "61", 2 => "62", 1 => "63", 0 => "64")
))->setHelp('The value in this field is the delegated prefix length provided by the DHCPv6 server. Normally specified by the ISP.');
$section->addInput(new Form_Checkbox(
OpenPOWER on IntegriCloud