Lines Matching refs:ignore
46 echo "I: check for warnings from on zone load for 'check-names ignore;' ($n)"
48 grep 'yy_yy.ignore.example: bad owner name (check-names)' ns1/named.run || ret=0
56 $DIG $DIGOPTS yy_yy.ignore.example. @10.53.0.1 a > dig.out.ns1.test$n || ret=1
57 $DIG $DIGOPTS yy_yy.ignore.example. @10.53.0.2 a > dig.out.ns2.test$n || ret=1
59 grep "check-names warning yy_yy.ignore.example/A/IN" ns2/named.run > /dev/null || ret=1
67 $DIG $DIGOPTS yy_yy.ignore.example. @10.53.0.1 a > dig.out.ns1.test$n || ret=1
68 $DIG $DIGOPTS yy_yy.ignore.example. @10.53.0.3 a > dig.out.ns3.test$n || ret=1
71 grep "check-names failure yy_yy.ignore.example/A/IN" ns3/named.run > /dev/null || ret=1
79 $DIG $DIGOPTS mx.ignore.example. @10.53.0.1 MX > dig.out.ns1.test$n || ret=1
80 $DIG $DIGOPTS mx.ignore.example. @10.53.0.3 MX > dig.out.ns3.test$n || ret=1
83 grep "check-names failure mx.ignore.example/MX/IN" ns3/named.run > /dev/null || ret=1
118 echo "I: check that updates to 'check-names ignore;' succeed and are not logged ($n)"
123 update add xxx_xxx.ignore.update. 600 A 10.10.10.1
126 grep "xxx_xxx.ignore.update/A.*(check-names)" ns1/named.run > /dev/null || not=0
128 $DIG $DIGOPTS xxx_xxx.ignore.update @10.53.0.1 A > dig.out.ns1.test$n || ret=1