summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2017-12-19 13:29:32 -0500
committerThomas Markwalder <tmark@isc.org>2017-12-19 13:29:32 -0500
commitf1208e796d8e7208055a0afb848f7795f0ea2258 (patch)
treebff954ce2f55786b505d590df5b0d7feb2ff9e14 /includes
parent700e3fca88a581091e2ea254b9f93bf5f87e1a42 (diff)
downloadisc-dhcp-f1208e796d8e7208055a0afb848f7795f0ea2258.tar.gz
[master] dhcpd (-6) now supports update-static-leases
Merges in rt34097.
Diffstat (limited to 'includes')
-rw-r--r--includes/dhcpd.h2
1 files changed, 2 insertions, 0 deletions
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;