2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Add key metadata for DS published/withdrawn

In order to keep track of how many parents have the DS for a given key
published or withdrawn, keep a counter.
This commit is contained in:
Matthijs Mekking
2021-06-24 16:22:22 +02:00
parent 4c337a8e72
commit 6e2c24be7c
3 changed files with 9 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ static const char *timetags[TIMING_NTAGS] = {
#define NUMERIC_NTAGS (DST_MAX_NUMERIC + 1)
static const char *numerictags[NUMERIC_NTAGS] = {
"Predecessor:", "Successor:", "MaxTTL:", "RollPeriod:", NULL
"Predecessor:", "Successor:", "MaxTTL:", "RollPeriod:", NULL, NULL, NULL
};
struct parse_map {