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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user