Lines Matching refs:pending
66 # Prime cache with pending additional records. These should not be promoted
69 echo "I:Priming cache (pending additional A and AAAA)"
77 echo "I:Replacing pending A"
82 echo "I:Replacing pending AAAA"
104 # Prime cache with a pending answer record. It can be returned (without
107 echo "I:Priming cache (pending answer)"
110 ans=`$DIG $DIGOPTS_CD @10.53.0.4 pending-ok.example.com A` || ret=1
115 echo I:Replacing pending data
117 replace_data pending-ok.example.com. A 192.0.2.2 192.0.2.3 || ret=1
120 echo I:Confirming cached pending data to be returned with CD
123 ans=`$DIG $DIGOPTS_CD @10.53.0.4 pending-ok.example.com A` || ret=1
129 # Prime cache with a pending answer record. It should not be returned
132 echo "I:Priming cache (pending answer)"
135 ans=`$DIG $DIGOPTS_CD @10.53.0.4 pending-ng.example.com A` || ret=1
140 echo I:Replacing pending data
142 replace_data pending-ng.example.com. A 192.0.2.102 192.0.2.103 || ret=1
148 ans=`$DIG $DIGOPTS @10.53.0.4 pending-ng.example.com A` || ret=1
156 echo I:Trying to Prime out-of-bailiwick pending answer with CD