]> git.ipfire.org Git - thirdparty/bind9.git/commit
Order the diff from dns_db_diffx so that deletes proceed adds
authorMark Andrews <marka@isc.org>
Mon, 19 Jul 2021 22:46:32 +0000 (08:46 +1000)
committerMark Andrews <marka@isc.org>
Thu, 22 Jul 2021 21:52:44 +0000 (07:52 +1000)
commit76453961bd0b2fee550557dce59ef2c7caf831d1
treef6f00f020c069f1e22d72a1932635eb958db9631
parentc7fc13a9fa350c7c8c137a877abe681eece067d5
Order the diff from dns_db_diffx so that deletes proceed adds

for the same rdataset.  This allows the diff when passed to
dns_diff_apply to succeed.
lib/dns/include/dns/diff.h
lib/dns/journal.c
lib/dns/zone.c