mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Adjust the delegated prefix length for 6to4 to 16 bits
This commit is contained in:
parent
f9eb5ebb33
commit
ea2ab24d90
@ -679,7 +679,7 @@ function services_dhcpdv6_configure() {
|
||||
/* determine possible prefix length */
|
||||
switch($trackcfg['ipaddrv6']) {
|
||||
case "6to4":
|
||||
$pdlen = 48;
|
||||
$pdlen = 16;
|
||||
break;
|
||||
case "6rd":
|
||||
$rd6plen = explode("/", $rd6cfg['prefix-6rd']);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user