summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2017-12-19 21:02:51 +0100
committerFrancis Dupont <fdupont@isc.org>2017-12-19 21:02:51 +0100
commita2a0f98c21c7c9926bb8901344e939e276a6242e (patch)
tree9fb85122bc47aa360a067f8782928abdbe804d35 /includes
parentf1208e796d8e7208055a0afb848f7795f0ea2258 (diff)
downloadisc-dhcp-a2a0f98c21c7c9926bb8901344e939e276a6242e.tar.gz
Added local-address6
Diffstat (limited to 'includes')
-rw-r--r--includes/dhcpd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index 2130f21b..044aca93 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -810,6 +810,8 @@ struct lease_state {
#define SV_DDNS_GUARD_ID_MUST_MATCH 93
#define SV_DDNS_OTHER_GUARD_IS_DYNAMIC 94
#define SV_RELEASE_ON_ROAM 95
+#define SV_LOCAL_ADDRESS6 96
+#define SV_BIND_LOCAL_ADDRESS6 97
#if !defined (DEFAULT_PING_TIMEOUT)
# define DEFAULT_PING_TIMEOUT 1
@@ -2826,6 +2828,8 @@ void interface_trace_setup (void);
extern struct in_addr limited_broadcast;
extern int local_family;
extern struct in_addr local_address;
+extern struct in6_addr local_address6;
+extern int bind_local_address6;
extern u_int16_t local_port;
extern u_int16_t remote_port;