remove "dnssec-enable" from all system tests

This commit is contained in:
Evan Hunt
2019-03-11 18:26:43 -07:00
parent b3ff3bf2e4
commit 885a3d208e
85 changed files with 4 additions and 110 deletions

View File

@@ -9,18 +9,12 @@
* information regarding copyright ownership.
*/
options {
dnssec-validation no;
};
view view1 {
match-clients { any; };
dnssec-enable no;
};
view view2 {
match-clients { none; };
dnssec-enable yes;
};
view view3 {