summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1996-08-29 23:02:40 +0000
committerTed Lemon <source@isc.org>1996-08-29 23:02:40 +0000
commit5fea7b10ff33509d5917f0c119012e1707311a4f (patch)
tree59246c113bcf24eb5d1b9c9d455b8e616e0ef407 /includes
parentf5d07a3896e194acc01da7932f3d2834c11d06b5 (diff)
downloadisc-dhcp-5fea7b10ff33509d5917f0c119012e1707311a4f.tar.gz
Add get-lease-hostnames parameter
Diffstat (limited to 'includes')
-rw-r--r--includes/dhcpd.h1
-rw-r--r--includes/dhctoken.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index 7d3be3e5..2135447c 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -137,6 +137,7 @@ struct group {
int boot_unknown_clients;
int dynamic_bootp;
int one_lease_per_client;
+ int get_lease_hostnames;
struct tree_cache *options [256];
};
diff --git a/includes/dhctoken.h b/includes/dhctoken.h
index 030fb1ef..5bd49175 100644
--- a/includes/dhctoken.h
+++ b/includes/dhctoken.h
@@ -88,6 +88,7 @@
#define TOKEN_RING 292
#define GROUP 293
#define ONE_LEASE_PER_CLIENT 294
+#define GET_LEASE_HOSTNAMES 295
#define is_identifier(x) ((x) >= FIRST_TOKEN && \
(x) != STRING && \