From 7cc0a76b0d0f10198861e5c305c16389e1e664db Mon Sep 17 00:00:00 2001 From: Luiz Otavio O Souza Date: Tue, 24 Nov 2015 19:54:45 -0600 Subject: It is not necessary to omit link-local for unbound. Ticket #4021 --- src/etc/inc/unbound.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/etc/inc/unbound.inc b/src/etc/inc/unbound.inc index 1f69da2..5979fae 100644 --- a/src/etc/inc/unbound.inc +++ b/src/etc/inc/unbound.inc @@ -188,9 +188,7 @@ EOF; } $intip = get_interface_ipv6($ubif); if (is_ipaddrv6($intip)) { - if (!is_linklocal($intip)) { // skipping link local for the moment to not break people's configs: https://redmine.pfsense.org/issues/4062 - $bindints .= "interface: $intip\n"; - } + $bindints .= "interface: $intip\n"; } } } -- cgit v1.1