From f1208e796d8e7208055a0afb848f7795f0ea2258 Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Tue, 19 Dec 2017 13:29:32 -0500 Subject: [master] dhcpd (-6) now supports update-static-leases Merges in rt34097. --- includes/dhcpd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes') diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 95af8a21..2130f21b 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -1646,6 +1646,7 @@ struct iasubopt { /* space for the on * executable statements */ struct on_star on_star; + int static_lease; }; struct ia_xx { @@ -1818,6 +1819,7 @@ typedef struct dhcp_ddns_cb { dns_rdataclass_t dhcid_class; dns_rdataclass_t other_dhcid_class; char *lease_tag; + struct ia_xx *fixed6_ia; } dhcp_ddns_cb_t; extern struct ipv6_pool **pools; -- cgit v1.2.1