mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add additional DHCPv6 prefix delegation size options to dropdown list on interface settings.
- implements #9590
This commit is contained in:
parent
83eb737685
commit
51dc008bfe
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user