[v9_9] allow-query-on works now

3448.	[bug]		The allow-query-on ACL was not processed correctly.
			[RT #29486]
(cherry picked from commit 222d38735f)
This commit is contained in:
Evan Hunt
2013-01-03 15:14:17 -08:00
parent 2f3c68c2c3
commit 8d9207a17b
8 changed files with 195 additions and 78 deletions

View File

@@ -63,7 +63,7 @@ zone "other.nil" {
file "other.db";
check-integrity no;
update-policy local;
allow-query-on { 127.0.0.1; };
allow-query-on { 10.53.0.1; 127.0.0.1; };
allow-transfer { any; };
};