rename 'zone-max-ttl' to 'max-zone-ttl' for consistency

This commit is contained in:
Evan Hunt
2020-02-05 22:09:48 -08:00
parent f862b974b1
commit 9dc630016e
14 changed files with 70 additions and 66 deletions

View File

@@ -191,7 +191,7 @@ cfg_kasp_fromconfig(const cfg_obj_t *config, isc_mem_t* mctx,
ISC_INSIST(!(dns_kasp_keylist_empty(kasp)));
/* Configuration: Zone settings */
dns_kasp_setzonemaxttl(kasp, get_duration(maps, "zone-max-ttl",
dns_kasp_setzonemaxttl(kasp, get_duration(maps, "max-zone-ttl",
DNS_KASP_ZONE_MAXTTL));
dns_kasp_setzonepropagationdelay(kasp, get_duration(maps,
"zone-propagation-delay",