summaryrefslogtreecommitdiff
path: root/includes/dhcp.h
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2007-12-20 21:58:38 +0000
committerFrancis Dupont <fdupont@isc.org>2007-12-20 21:58:38 +0000
commitaabfa4de4c61bad13292593a4f59c3ed6257d036 (patch)
tree85bb23a89a3989fa664b8d7e7091fa91ff5a7dcd /includes/dhcp.h
parent9d28ba1291a323cc4e02597670459267712f6ed5 (diff)
downloadisc-dhcp-aabfa4de4c61bad13292593a4f59c3ed6257d036.tar.gz
Some definitions not in phase with the IANA registry were updated
Diffstat (limited to 'includes/dhcp.h')
-rw-r--r--includes/dhcp.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/includes/dhcp.h b/includes/dhcp.h
index ee23a29d..74bf1cf2 100644
--- a/includes/dhcp.h
+++ b/includes/dhcp.h
@@ -153,18 +153,13 @@ struct dhcp_packet {
#define DHO_USER_CLASS 77
#define DHO_FQDN 81
#define DHO_DHCP_AGENT_OPTIONS 82
+#define DHO_AUTHENTICATE 90 /* RFC3118, was 210 */
#define DHO_CLIENT_LAST_TRANSACTION_TIME 91
#define DHO_ASSOCIATED_IP 92
#define DHO_SUBNET_SELECTION 118 /* RFC3011! */
#define DHO_DOMAIN_SEARCH 119 /* RFC3397 */
#define DHO_VIVCO_SUBOPTIONS 124
#define DHO_VIVSO_SUBOPTIONS 125
-/* The DHO_AUTHENTICATE option is not a standard yet, so I've
- allocated an option out of the "local" option space for it on a
- temporary basis. Once an option code number is assigned, I will
- immediately and shamelessly break this, so don't count on it
- continuing to work. */
-#define DHO_AUTHENTICATE 210
#define DHO_END 255