Revision 07615045
Added by Ermal LUÇI over 12 years ago
etc/inc/interfaces.inc | ||
---|---|---|
3335 | 3335 |
/* convert the 128 bits for the broker address back into a valid IPv6 address */ |
3336 | 3336 |
$rd6prefix = convert_128bit_to_ipv6($rd6prefixbin); |
3337 | 3337 |
|
3338 |
$rd6brgw = "{$rd6prefix}::{$wancfg['gateway-6rd']}";
|
|
3338 |
$rd6brgw = "{$rd6prefix}{$wancfg['gateway-6rd']}"; |
|
3339 | 3339 |
|
3340 | 3340 |
/* XXX: need to extend to support variable prefix size for v4 */ |
3341 | 3341 |
if (!is_module_loaded("if_stf")) |
Also available in: Unified diff
No need for the ::(separators) they will be there