summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/gwlb.inc6
-rw-r--r--etc/pfSense.obsoletedfiles1
2 files changed, 6 insertions, 1 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index e32bea0..35fde30 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -214,7 +214,11 @@ EOD;
$gwifip = find_interface_ipv6($gateway['interface'], true);
}
}
-
+
+ /* Make sure srcip has scope defined when it's ll */
+ if (is_linklocal($gwifip) && !strstr($gwifip, '%'))
+ $gwifip .= '%' . $gateway['interface'];
+
if (!is_ipaddrv6($gwifip))
continue; //Skip this target
diff --git a/etc/pfSense.obsoletedfiles b/etc/pfSense.obsoletedfiles
index 8ff1c87..fe41201 100644
--- a/etc/pfSense.obsoletedfiles
+++ b/etc/pfSense.obsoletedfiles
@@ -152,3 +152,4 @@
/usr/local/www/javascript/jquery/jquery-ui.custom.css
/usr/local/www/javascript/jquery/jquery-ui.custom.min.js
/usr/local/www/javascript/jquery.js
+/usr/local/sbin/cvs_sync.sh
OpenPOWER on IntegriCloud