]> 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:21:59 +0000 (13:21 +0200)
commitd79f2d3f35887ea4525e283d389d9078fa1ef439
tree6e58550d3bf7a1c2e94fbf34fd936c387d15df80
parent7e3d49815c3b8243b009c29955cef018fe87b7f0
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