summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2014-05-07 08:20:12 -0700
committerShawn Routhier <sar@isc.org>2014-05-07 08:20:12 -0700
commit02b0bdc3cf068b872ed5efb88b98e06ab0717157 (patch)
treef54e369ddd730fd6d3f28ecca7bc9b15ddab751f /includes
parentf950de775f0adad5098ecda673dcdbd76dbeff46 (diff)
downloadisc-dhcp-02b0bdc3cf068b872ed5efb88b98e06ab0717157.tar.gz
[master] Some small client changes
18933 - add an extra server by name call 26735 - when requested via a command line option have client exit afer 1 failure per the docs 33098 - expose next-server option to dhclient script
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 */