summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/unbound.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-11-24 13:07:20 -0600
committerChris Buechler <cmb@pfsense.org>2015-11-24 13:10:13 -0600
commit6cffaccca3288f0f6f96c6512689e7818c9a5923 (patch)
treef2dc13f88486029eb6cd603c1cd01a8dfb727096 /src/etc/inc/unbound.inc
parenta8ddecc1db0e09911f3a31b16292c562f5f8d464 (diff)
downloadpfsense-6cffaccca3288f0f6f96c6512689e7818c9a5923.zip
pfsense-6cffaccca3288f0f6f96c6512689e7818c9a5923.tar.gz
Now that the issue in 4062 is fixed, no need to omit link local here. Ticket #4021
Diffstat (limited to 'src/etc/inc/unbound.inc')
-rw-r--r--src/etc/inc/unbound.inc7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/etc/inc/unbound.inc b/src/etc/inc/unbound.inc
index 316a32f..1f69da2 100644
--- a/src/etc/inc/unbound.inc
+++ b/src/etc/inc/unbound.inc
@@ -180,12 +180,7 @@ EOF;
} else {
foreach ($active_interfaces as $ubif) {
if (is_ipaddr($ubif)) {
- if (is_linklocal($ubif)) {
- // until redmine #4062 is fixed, then remove this
- continue;
- } else {
- $bindints .= "interface: $ubif\n";
- }
+ $bindints .= "interface: $ubif\n";
} else {
$intip = get_interface_ip($ubif);
if (is_ipaddrv4($intip)) {
OpenPOWER on IntegriCloud