From 998205cee204f30e19a45e81add69ae1fcec7e3f Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Mon, 8 Jan 2001 17:23:03 +0000 Subject: [PATCH] Add the FQDN_FQDN suboption. --- includes/dhcp.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/includes/dhcp.h b/includes/dhcp.h index 997e9ee7a..f6cc11ac1 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 -- 2.47.2