]> git.ipfire.org Git - thirdparty/bind9.git/commit
Allow users of AsyncDnsServer to set AA bit for all responses
authorŠtěpán Balážik <stepan@isc.org>
Wed, 29 Oct 2025 17:59:31 +0000 (18:59 +0100)
committerŠtěpán Balážik <stepan@isc.org>
Thu, 18 Dec 2025 12:03:14 +0000 (13:03 +0100)
commit6e684d44e09f8e41c89c93b48b7e538576f5538c
tree3dab8a109f687582b6f26eadd03d67ce209a087b
parenta0970f3d0410afd35799306c24f8ed43955ad027
Allow users of AsyncDnsServer to set AA bit for all responses

Previously, all responses had to be set as authoritative explicitly
using DnsResponseSend(..., authoritative=True). After using this,
it became obvious that this is obnoxious.

Add an optional keyword-only parameter to AsyncDnsServer that sets the
default value of the AA bit on outgoing responses.

Make all the other parameters keyword-only as well.
bin/tests/system/isctest/asyncserver.py