diff options
author | Thomas Markwalder <tmark@isc.org> | 2014-10-27 14:51:20 -0400 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2014-10-27 14:51:20 -0400 |
commit | 0a7e1a8ab06b462095f1aff14d07f83b5ff2e101 (patch) | |
tree | 0aeebd289ee185dd7d0f37dcd68b035140b63c02 /includes | |
parent | e046c826214dbf49bf8a507e4fbdc64f3394edd0 (diff) | |
download | isc-dhcp-0a7e1a8ab06b462095f1aff14d07f83b5ff2e101.tar.gz |
[master] Add use-host-decl-names support to BOOTP
Merges in rt36233.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/dhcpd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 86773ecb..2043708f 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -2277,7 +2277,8 @@ isc_result_t get_client_id(struct packet *, struct data_string *); void dhcpv6(struct packet *); /* bootp.c */ -void bootp (struct packet *); +void bootp(struct packet *); +void use_host_decl_name(struct packet *, struct lease* , struct option_state *); /* memory.c */ extern int (*group_write_hook) (struct group_object *); |