]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.16] chg: usr: Backport max-records-per-type to BIND 9.16
authorOndřej Surý <ondrej@isc.org>
Mon, 29 Jul 2024 10:04:45 +0000 (10:04 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 29 Jul 2024 10:04:45 +0000 (10:04 +0000)
commit2f2f0a900b9baf5e6eba02a82e2fe9e967dc1760
tree054bd287b8828c891c79f219bf9b15caeb67c880
parent6fceea4244034ba2b310aa2b1af15c8f4fe7ace6
parent89d26ded37302934220f13666550f783f094b6e7
[9.16] chg: usr: Backport max-records-per-type to BIND 9.16

This aligns the fix for large number of RRs in RRSet with 9.18 and up
by backporting to `max-records-per-type` configuration option to
BIND 9.16.

Merge branch 'ondrej/max-records-per-type-backport-9.16' into 'bind-9.16'

See merge request isc-projects/bind9!9177