Lines Matching refs:ZONE
77 cat $FCONF | grep 'zone ' | grep ' primary' | while read LINE; do
78 ZONE=$(echo $LINE | sed 's/.*zone "//g' | awk -F '"' '{print $1}')
80 cat ns2/$DBFILE | grep -E -v '^;' | grep -E '\<(A|CNAME)\>' | awk -v zone=$ZONE '{ if (NF == 4) {print "static add "$1"."zone" "$2" "$3" "$4} else if (NF == 3) {print "static add "$1"."zone" 300 "$2" "$3}}' >>$DNSRPS_TEST_UPDATE_FILE
86 cat $ZONEFILE | grep -E -v '^;' | grep -E '\<(A|CNAME)\>' | awk -v zone=$2 '{ if (NF == 4) {print "static add "$1"."zone" "$2" "$3" "$4} else if (NF == 3) {print "static add "$1"."zone" 300 "$2" "$3}}' >>$DNSRPS_TEST_UPDATE_FILE
293 echo_i "removing the policy zone"
321 echo_i "test $t failed: didn't get expected answer from policy zone $i"
382 echo_ic "failed: unexpected rewrite message for policy zone log1 was logged"
386 echo_ic "failed: expected rewrite message for policy zone log2 was not logged"
390 echo_ic "failed: expected rewrite message for policy zone log3 was not logged"
397 echo_i "testing wildcard behavior with 1 RPZ zone (${t})"
427 echo_i "testing wildcard behavior with 1 RPZ zone and no non-wildcard triggers (${t})"
488 echo "update zone policy 0 no_nsip_wait_recurse" >$DNSRPS_TEST_UPDATE_FILE