2800. [func] Reject zones which have NS records which refer to

CNAMEs, DNAMEs or don't have address record (class IN
                        only).  Reject UPDATEs which would cause the zone
                        to fail the above checks if committed. [RT #20678]
This commit is contained in:
Mark Andrews
2009-12-04 03:33:15 +00:00
parent 6ec134549f
commit 5d850024cb
6 changed files with 87 additions and 26 deletions

View File

@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: tests.sh,v 1.4 2007/06/19 23:47:07 tbox Exp $
# $Id: tests.sh,v 1.5 2009/12/04 03:33:15 marka Exp $
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
@@ -161,4 +161,4 @@ else
echo "I:failed (status)"; status=1
fi
echo "I:exit status: $status"
exit $?
exit $status