![]() |
Kea
2.3.9
|
Go to the source code of this file.
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-lfc. | |
isc::dhcp | |
Functions | |
uint32_t | isc::dhcp::calculateDdnsTtl (uint32_t lease_life_time, const util::Optional< double > &ddns_ttl_percent=util::Optional< double >()) |
Calculates TTL for a DNS resource record based on lease life time. More... | |
void | isc::dhcp::queueNCR (const dhcp_ddns::NameChangeType &chg_type, const Lease4Ptr &lease) |
Creates name change request from the DHCPv4 lease. More... | |
void | isc::dhcp::queueNCR (const dhcp_ddns::NameChangeType &chg_type, const Lease6Ptr &lease) |
Creates name change request from the DHCPv6 lease. More... | |