From: Ted Lemon Date: Fri, 23 Apr 1999 22:23:58 +0000 (+0000) Subject: Update the names of some DHCP option manifest constants. X-Git-Tag: V3-ALPHA-19990423~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37c1b2906f040d103198db26f5d144a5948b47f1;p=thirdparty%2Fdhcp.git Update the names of some DHCP option manifest constants. --- diff --git a/includes/dhcp.h b/includes/dhcp.h index 1aadd0acb..2beff21a8 100644 --- a/includes/dhcp.h +++ b/includes/dhcp.h @@ -152,9 +152,9 @@ struct dhcp_packet { #define DHO_DHCP_MAX_MESSAGE_SIZE 57 #define DHO_DHCP_RENEWAL_TIME 58 #define DHO_DHCP_REBINDING_TIME 59 -#define DHO_DHCP_CLASS_IDENTIFIER 60 +#define DHO_VENDOR_CLASS_IDENTIFIER 60 #define DHO_DHCP_CLIENT_IDENTIFIER 61 -#define DHO_DHCP_USER_CLASS_ID 77 +#define DHO_USER_CLASS 77 #define DHO_DHCP_AGENT_OPTIONS 82 /* 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