2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Add changes and notes for [#2498]

This commit is contained in:
Matthijs Mekking
2021-02-24 10:23:14 +01:00
committed by Mark Andrews
parent 4b176c850b
commit 89c47b3b42
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
5590. [bug] Process NSEC3PARAM queue when loading a dynamic zone.
This will immediately create NSEC3 records for zones
that use "dnssec-policy" and "nsec3param". [GL #2498]
5589. [placeholder] 5589. [placeholder]
5588. [func] Add "purge-keys" option to "dnssec-policy". This sets 5588. [func] Add "purge-keys" option to "dnssec-policy". This sets

View File

@@ -54,5 +54,8 @@ Bug Fixes
UDP sockets that we enabled during the DNS Flag Day 2020 to fix this issue. UDP sockets that we enabled during the DNS Flag Day 2020 to fix this issue.
[GL #2487] [GL #2487]
- NSEC3 records were not immediately created when signing a dynamic zone with
``dnssec-policy`` and ``nsec3param``. This has been fixed [GL #2498].
- An invalid direction field (not one of 'N'/'S' or 'E'/'W') in a LOC record - An invalid direction field (not one of 'N'/'S' or 'E'/'W') in a LOC record
triggered an INSIST failure. [GL #2499] triggered an INSIST failure. [GL #2499]