summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-04-16 19:00:17 +0200
committersmos <seth.mos@dds.nl>2012-04-16 19:00:17 +0200
commit2e03f3e2973f91567af3a09d4d44018a8161cf3c (patch)
tree9ec589c6f30a261c9d1ac365062f8ab2b0103c0e
parentb5191708f83cb527ba9f701c884be27e5d1212c2 (diff)
downloadpfsense-2e03f3e2973f91567af3a09d4d44018a8161cf3c.zip
pfsense-2e03f3e2973f91567af3a09d4d44018a8161cf3c.tar.gz
Strip the ::1 from the 6to4 gateway address
-rw-r--r--etc/inc/interfaces.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 0785074..6e4351a 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -3313,7 +3313,6 @@ function interface_6to4_configure($interface = "wan"){
$stfbrbinarr = str_split($stfbrokerbin, 16);
foreach($stfbrbinarr as $bin)
$stfbrarr[] = dechex(bindec($bin));
- $stfbrarr[7] = 1;
$stfbrgw = Net_IPv6::compress(implode(":", $stfbrarr));
/* convert the 128 bits for the broker address back into a valid IPv6 address */
OpenPOWER on IntegriCloud