Revision ea2ab24d
Added by Seth Mos about 13 years ago
etc/inc/services.inc | ||
---|---|---|
679 | 679 |
/* determine possible prefix length */ |
680 | 680 |
switch($trackcfg['ipaddrv6']) { |
681 | 681 |
case "6to4": |
682 |
$pdlen = 48;
|
|
682 |
$pdlen = 16;
|
|
683 | 683 |
break; |
684 | 684 |
case "6rd": |
685 | 685 |
$rd6plen = explode("/", $rd6cfg['prefix-6rd']); |
Also available in: Unified diff
Adjust the delegated prefix length for 6to4 to 16 bits