aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2013-05-14 13:08:43 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2013-05-14 13:08:43 -0400
commita91a4eb0ed9cf819376b3f40ca1dde426e50ab2e (patch)
treef6dfa2042454e1c8e46390be41ecf1679782685a /config
parent4a38b4b1a48b67baf997453227c9d4a1bb810523 (diff)
parent0959391054538195eaf97ecdeb48b8e4d0210686 (diff)
downloadpfsense-packages-a91a4eb0ed9cf819376b3f40ca1dde426e50ab2e.tar.gz
pfsense-packages-a91a4eb0ed9cf819376b3f40ca1dde426e50ab2e.tar.bz2
pfsense-packages-a91a4eb0ed9cf819376b3f40ca1dde426e50ab2e.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'config')
-rw-r--r--config/unbound/unbound.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/unbound/unbound.inc b/config/unbound/unbound.inc
index c5cbfc49..2dd33bcd 100644
--- a/config/unbound/unbound.inc
+++ b/config/unbound/unbound.inc
@@ -410,9 +410,6 @@ function unbound_resync_config() {
$unboundnetcfg = unbound_get_network_interface_addresses();
foreach($unboundnetcfg as $netent) {
foreach($netent as $entry) {
- # If virtual interface then skip
- if (!$entry['network'] && !$entry['subnet'] && ($entry['ipaddr'] != "127.0.0.1" && $entry['ipaddr'] != "::1"))
- continue;
$unbound_bind_interfaces .="interface: {$entry['ipaddr']}\n";
if($entry['ipaddr'] != "127.0.0.1" && $entry['ipaddr'] != "::1")
$unbound_allowed_networks .= "access-control: {$entry['network']}/{$entry['subnet']} allow\n";