summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-03-20 21:58:59 +0000
committerErmal <eri@pfsense.org>2013-03-20 21:58:59 +0000
commit076150450465b13c32e4cb8e1a5a6eb227997f16 (patch)
treed14b8299e4835307eb1ed09949201337f1f83d1f
parentd93776088cc5da743feaae98c5cbd1edaef3a8d1 (diff)
downloadpfsense-076150450465b13c32e4cb8e1a5a6eb227997f16.zip
pfsense-076150450465b13c32e4cb8e1a5a6eb227997f16.tar.gz
No need for the ::(separators) they will be there
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index e889cad..df04bfb 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -3335,7 +3335,7 @@ function interface_6rd_configure($interface = "wan", $wancfg) {
/* convert the 128 bits for the broker address back into a valid IPv6 address */
$rd6prefix = convert_128bit_to_ipv6($rd6prefixbin);
- $rd6brgw = "{$rd6prefix}::{$wancfg['gateway-6rd']}";
+ $rd6brgw = "{$rd6prefix}{$wancfg['gateway-6rd']}";
/* XXX: need to extend to support variable prefix size for v4 */
if (!is_module_loaded("if_stf"))
OpenPOWER on IntegriCloud