3422. [bug] Added a clear error message for when the SOA does not
match the referral. [RT #31281]
This commit is contained in:
33
bin/tests/system/resolver/ns6/broken.db
Normal file
33
bin/tests/system/resolver/ns6/broken.db
Normal file
@@ -0,0 +1,33 @@
|
||||
; Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC")
|
||||
;
|
||||
; Permission to use, copy, modify, and/or distribute this software for any
|
||||
; purpose with or without fee is hereby granted, provided that the above
|
||||
; copyright notice and this permission notice appear in all copies.
|
||||
;
|
||||
; THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
||||
; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||
; AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
||||
; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
||||
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
; PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
; $Id: to-be-removed.tld.db.in,v 1.3 2012/02/09 23:47:18 tbox Exp $
|
||||
|
||||
$TTL 600
|
||||
@ IN SOA ns hostmaster 1 1800 900 604800 600
|
||||
@ IN NS ns
|
||||
ns IN A 10.53.0.6
|
||||
ns0 IN A 10.53.0.6
|
||||
ns1 IN A 10.53.0.6
|
||||
ns2 IN A 10.53.0.6
|
||||
ns3 IN A 10.53.0.6
|
||||
ns4 IN A 10.53.0.6
|
||||
ns5 IN A 10.53.0.6
|
||||
ns6 IN A 10.53.0.6
|
||||
ns7 IN A 10.53.0.6
|
||||
ns8 IN A 10.53.0.6
|
||||
ns9 IN A 10.53.0.6
|
||||
$TTL 1
|
||||
@ IN A 10.53.0.6
|
||||
www.sub IN A 10.53.0.6
|
||||
Reference in New Issue
Block a user