summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/dhcpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index 378d9754..da25a7f9 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -1026,6 +1026,7 @@ struct client_lease {
unsigned int is_bootp: 1; /* If set, lease was acquired with BOOTP. */
struct option_state *options; /* Options supplied with lease. */
+ struct iaddr next_srv_addr; /* Address of the next server to use */
};
/* DHCPv6 lease structures */