mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-20 08:20:26 -05:00
"@" is now the relative name returned for a chain that points to the absolute
root of the rbt.
This commit is contained in:
parent
37cd2a0d29
commit
a6be86b41b
2 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# test data for dns_rbtnodechain_first
|
||||
#
|
||||
# format is: <dbfile> <findnode> <next> <nextorigin> <prev> <prevorigin> <first> <firstorigin> <last> <lastorigin>
|
||||
# format is: <dbfile> <firstname> <firstorigin> <nextname> <nextorigin>
|
||||
#
|
||||
dns_rbtnodechain_first_1.data . . com .
|
||||
dns_rbtnodechain_first_2.data . . vix.com .
|
||||
dns_rbtnodechain_first_1.data @ . com .
|
||||
dns_rbtnodechain_first_2.data @ . vix.com .
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@
|
|||
#
|
||||
# format is: <dbfile> <findnode> <next> <nextorigin> <prev> <prevorigin> <first> <firstorigin> <last> <lastorigin>
|
||||
#
|
||||
dns_rbtnodechain_init.data b.vix.com. a b.vix.com. b a.vix.com. . . isc.org .
|
||||
dns_rbtnodechain_init.data b.vix.com. a b.vix.com. b a.vix.com. @ . isc.org .
|
||||
|
|
|
|||
Loading…
Reference in a new issue