Adjust the delegated prefix length for 6to4 to 16 bits

This commit is contained in:
smos 2012-04-03 13:55:21 +02:00
parent f9eb5ebb33
commit ea2ab24d90

View File

@ -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']);