#
# Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# $Id$
status=0
n=0
n=`expr $n + 1`
echo "I:checking drop edns server setup ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking recursive lookup to drop edns server succeeds ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking drop edns + no tcp server setup ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking recursive lookup to drop edns + no tcp server succeeds ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking plain dns server setup ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking recursive lookup to plain dns server succeeds ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking plain dns + no tcp server setup ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking recursive lookup to plain dns + no tcp server succeeds ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking edns 512 server setup ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking recursive lookup to edns 512 server succeeds ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking edns 512 + no tcp server setup ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking recursive lookup to edns 512 + no tcp server succeeds ($n)"
ret=0
then
n=`expr $n + 1`
echo "I:checking recursive lookup to edns 512 + no tcp + trust anchor fails ($n)"
ret=0
else
echo "I:skipping checking recursive lookup to edns 512 + no tcp + trust anchor fails as crypto not enabled"
fi
echo "I:exit status: $status"