]> git.ipfire.org Git - thirdparty/bind9.git/commit
Unify RR counting in isctest.check helper
authorNicki Křížek <nicki@isc.org>
Fri, 25 Jul 2025 09:09:30 +0000 (11:09 +0200)
committerEvan Hunt <each@isc.org>
Tue, 29 Jul 2025 22:58:12 +0000 (22:58 +0000)
commitc92a6b85fe5b60dce38338ec3b0568391b5cbe8b
tree1bc22f06ff5f63f9a94983f6d51e65a5f8907f0b
parenteeace11202bbec0c347d009fde70958c8eb7b79d
Unify RR counting in isctest.check helper

Use a common function to count the number of RRs in any section of the
DNS message. For the ADDITIONAL section, stick with the dnspython
convention of not including OPT and TSIG.

(cherry picked from commit efd60348b9280383fe5d50042a94ea363390356d)
bin/tests/system/isctest/check.py