mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
3235. [func] dns_db_diffx, a extended dns_db_diff which returns
the generated diff and optionally writes it to a
journal. [RT #26386]
This commit is contained in:
parent
232aecddd4
commit
2591f13dd3
3 changed files with 12 additions and 0 deletions
4
lib/dns/tests/testdata/diff/zone1.data
vendored
Normal file
4
lib/dns/tests/testdata/diff/zone1.data
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
@ 0 SOA . . 0 0 0 0 0
|
||||
@ 0 NS @
|
||||
@ 0 A 1.2.3.4
|
||||
remove 0 A 5.6.7.8
|
||||
5
lib/dns/tests/testdata/diff/zone2.data
vendored
Normal file
5
lib/dns/tests/testdata/diff/zone2.data
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
@ 0 SOA . . 0 0 0 0 0
|
||||
@ 0 NS @
|
||||
@ 0 A 1.2.3.4
|
||||
remove 0 A 5.6.7.8
|
||||
added 0 A 5.6.7.8
|
||||
3
lib/dns/tests/testdata/diff/zone3.data
vendored
Normal file
3
lib/dns/tests/testdata/diff/zone3.data
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
@ 0 SOA . . 0 0 0 0 0
|
||||
@ 0 NS @
|
||||
@ 0 A 1.2.3.4
|
||||
Loading…
Reference in a new issue