]> 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 19:12:44 +0000 (12:12 -0700)
commitefd60348b9280383fe5d50042a94ea363390356d
tree48586ecabf22a27732b76cc77aaf0d74f21a5828
parentb24dd20e5a8efa2ba4c277e0c48fa08ebea96702
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.
bin/tests/system/isctest/check.py