]> 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)
committerColin Vidal <colin@isc.org>
Mon, 30 Mar 2026 18:41:13 +0000 (20:41 +0200)
commit12e511310024aac38ce223ee47b5108f06caf8f9
treee598332668bf54eb75cdcca640c4bf21a84f795b
parenta9883483ef79e1ea153a077a6227a8791f75f6fb
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.
bin/tests/system/isctest/query.py