summaryrefslogtreecommitdiff
path: root/includes/dhcp.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-01-08 17:23:03 +0000
committerTed Lemon <source@isc.org>2001-01-08 17:23:03 +0000
commit998205cee204f30e19a45e81add69ae1fcec7e3f (patch)
treeb8d7c4e5858db43e2f8dd208e68bc3af5040209a /includes/dhcp.h
parent8120ab76d0acbbb0a58a3f98b65cc526ac170c49 (diff)
downloadisc-dhcp-998205cee204f30e19a45e81add69ae1fcec7e3f.tar.gz
Add the FQDN_FQDN suboption.
Diffstat (limited to 'includes/dhcp.h')
-rw-r--r--includes/dhcp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/includes/dhcp.h b/includes/dhcp.h
index 997e9ee7..f6cc11ac 100644
--- a/includes/dhcp.h
+++ b/includes/dhcp.h
@@ -3,7 +3,7 @@
Protocol structures... */
/*
- * Copyright (c) 1995, 1996, 1999 The Internet Software Consortium.
+ * Copyright (c) 1995-2001 The Internet Software Consortium.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -192,4 +192,5 @@ struct dhcp_packet {
#define FQDN_RCODE2 5
#define FQDN_HOSTNAME 6
#define FQDN_DOMAINNAME 7
-#define FQDN_SUBOPTION_COUNT 7
+#define FQDN_FQDN 8
+#define FQDN_SUBOPTION_COUNT 8