From 51dc008bfebef50bc4be9ff2a894e176ba013866 Mon Sep 17 00:00:00 2001 From: Andreas Bleischwitz Date: Wed, 21 Aug 2019 09:33:44 +0200 Subject: [PATCH] Add additional DHCPv6 prefix delegation size options to dropdown list on interface settings. - implements #9590 --- src/usr/local/www/interfaces.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php index 32bf7cfb16..f510c229eb 100755 --- a/src/usr/local/www/interfaces.php +++ b/src/usr/local/www/interfaces.php @@ -2305,7 +2305,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", 5 => "59", 4 => "60", 3 => "61", 2 => "62", 1 => "63", 0 => "64") + array("none" => "None", 16 => "48", 15 => "49", 14 => "50", 13 => "51", 12 => "52", 11 => "53", 10 => "54", 9 => "55", 8 => "56", 7 => "57", 6 => "58", 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(