]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.16] chg: usr: Backport max-types-per-name to BIND 9.16
authorOndřej Surý <ondrej@isc.org>
Mon, 29 Jul 2024 10:56:27 +0000 (10:56 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 29 Jul 2024 10:56:27 +0000 (10:56 +0000)
commit3f1826f2f78792e95f56da7af3a35c46b4d6d9af
tree22f9b25aa4c6ca1864317f88083ba37a1ceb7a50
parent2f2f0a900b9baf5e6eba02a82e2fe9e967dc1760
parentd3ca4be21c90283b801886e6f798def801d259a9
[9.16] chg: usr: Backport max-types-per-name 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-types-per-rr-backport-9.16' into 'bind-9.16'

See merge request isc-projects/bind9!9178