summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2016-12-11 00:36:07 +0100
committerRenato Botelho <renato@netgate.com>2016-12-27 17:36:35 -0200
commitc6fa0501440a332a24d50d96d468a097992fe988 (patch)
treea47c7d7965e4d11ca899c4166a825e636a8dece4 /src/usr/local/www/interfaces.php
parent25e5d826704b25d59eb3fcbb05792564687ac942 (diff)
downloadpfsense-c6fa0501440a332a24d50d96d468a097992fe988.zip
pfsense-c6fa0501440a332a24d50d96d468a097992fe988.tar.gz
IPv6, allow DHCP6 client to use a prefix size of /59
(cherry picked from commit 260f60a9b60d42be7a274b29a8c217c2b4b53507)
Diffstat (limited to 'src/usr/local/www/interfaces.php')
-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 a356a8d..a0180b7 100644
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -2165,7 +2165,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