3921. [bug] AD was inappopriately set on RPZ responses. [RT #36833]
This commit is contained in:
@@ -209,6 +209,11 @@ clean_result () {
|
||||
# $1=dig args $2=other dig output file
|
||||
ckresult () {
|
||||
#ckalive "$1" "I:server crashed by 'dig $1'" || return 1
|
||||
if grep "flags:.* aa .*ad;" $DIGNM; then
|
||||
setret "I:'dig $1' AA and AD set;"
|
||||
elif grep "flags:.* aa .*ad;" $DIGNM; then
|
||||
setret "I:'dig $1' AD set;"
|
||||
fi
|
||||
if $PERL $SYSTEMTESTTOP/digcomp.pl $DIGNM $2 >/dev/null; then
|
||||
NEED_TCP=`echo "$1" | sed -n -e 's/[Tt][Cc][Pp].*/TCP/p'`
|
||||
RESULT_TCP=`sed -n -e 's/.*Truncated, retrying in TCP.*/TCP/p' $DIGNM`
|
||||
|
||||
Reference in New Issue
Block a user