]> git.ipfire.org Git - thirdparty/bind9.git/commit
Make the RD flag optional in isctest.query()
authorEvan Hunt <each@isc.org>
Tue, 24 Feb 2026 00:27:52 +0000 (16:27 -0800)
committerMichał Kępień <michal@isc.org>
Thu, 7 May 2026 11:09:18 +0000 (13:09 +0200)
commita2d74e7356aaf56cbab2d074b47c3d896f381ad3
tree3659f6cac5495be2d7ff957cd6a176b3b53bce0e
parent14f755029d2922ac37be10e0112a52dd4841bbb8
Make the RD flag optional in isctest.query()

Add an 'rd' parameter (default True) to isctest.query.create() so
that non-recursive queries can be sent with rd=False.

(cherry picked from commit 12e511310024aac38ce223ee47b5108f06caf8f9)
bin/tests/system/isctest/query.py