From: Ted Lemon Date: Mon, 8 Jan 2001 17:23:03 +0000 (+0000) Subject: Add the FQDN_FQDN suboption. X-Git-Tag: V3-BETA-2-PATCH-12~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=998205cee204f30e19a45e81add69ae1fcec7e3f;p=thirdparty%2Fdhcp.git Add the FQDN_FQDN suboption. --- 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