]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add dynamic update facility to NamedInstance
authorNicki Křížek <nicki@isc.org>
Mon, 26 May 2025 15:10:15 +0000 (17:10 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 2 Jun 2025 09:22:07 +0000 (09:22 +0000)
commita2591c8b38519f463aa52bacaa0b152e0a7cedfa
treedefee6b406d335a9bf5d13cf302950176186156b
parent5a5944a9ce8eeceae2f507660d800277308b05a6
Add dynamic update facility to NamedInstance

Deduplicate the code for dynamic updates and increase code clarity by
using an actual dns.update.UpdateMessage rather than an undefined
intermediary format passed around as a list of arguments.

(cherry picked from commit c00121b4c23b1b3be5581930abec6e1c2313f45e)
bin/tests/system/isctest/instance.py
bin/tests/system/kasp/tests_kasp.py
bin/tests/system/rollover/tests_rollover.py