]> 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 23:20:25 +0000 (09:20 +1000)
commitda13526669b7fb70a03177a3cbecb061afe409f7
tree5b736898d2b60bd424eb69cdd41b2f9b1a54e69a
parent8a81830001387b306f7423eeb4cc82e3ccd4c78a
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.

(cherry picked from commit 76453961bd0b2fee550557dce59ef2c7caf831d1)
lib/dns/include/dns/diff.h
lib/dns/journal.c
lib/dns/zone.c