summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_acls.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-04-15 23:37:58 -0500
committerChris Buechler <cmb@pfsense.org>2016-04-15 23:38:22 -0500
commite7fb2cfd910bf7a1843d3a54b14a30a36758db54 (patch)
tree507de0813cc2850f420beaa8fb2d431a4e8d7150 /src/usr/local/www/services_unbound_acls.php
parent3b8085fcbd9842c58dd561594e130eaa24bdff97 (diff)
downloadpfsense-e7fb2cfd910bf7a1843d3a54b14a30a36758db54.zip
pfsense-e7fb2cfd910bf7a1843d3a54b14a30a36758db54.tar.gz
Allow 0 mask on Unbound ACLs. Ticket #6073
Diffstat (limited to 'src/usr/local/www/services_unbound_acls.php')
-rw-r--r--src/usr/local/www/services_unbound_acls.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_unbound_acls.php b/src/usr/local/www/services_unbound_acls.php
index db5b2e2..c8233b4 100644
--- a/src/usr/local/www/services_unbound_acls.php
+++ b/src/usr/local/www/services_unbound_acls.php
@@ -286,7 +286,7 @@ if ($act == "new" || $act == "edit") {
'acl_network'.$counter,
null,
$network
- ))->addMask('mask' . $counter, $cidr)->setWidth(4)->setHelp(($counter == $numrows) ? 'Network/mask':null);
+ ))->addMask('mask' . $counter, $cidr, 128, 0)->setWidth(4)->setHelp(($counter == $numrows) ? 'Network/mask':null);
$group->add(new Form_Input(
'description' . $counter,
OpenPOWER on IntegriCloud