summaryrefslogtreecommitdiffstats
path: root/dhcp.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-08-13 21:29:30 +0000
committerRoy Marples <roy@marples.name>2008-08-13 21:29:30 +0000
commit7b1ae6d97bfd6191bba5108ff6b2dea8237b9cbb (patch)
tree69a06be9b9fe5a08391d30e468ea55906c170ec4 /dhcp.h
parentc22ce5910d50c60031684fb3ef654d4c819c3858 (diff)
downloaddhcpcd-7b1ae6d97bfd6191bba5108ff6b2dea8237b9cbb.tar.xz
classid -> vendorclassid to match the RFC description.
Diffstat (limited to 'dhcp.h')
-rw-r--r--dhcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp.h b/dhcp.h
index 2e14818a..f135f649 100644
--- a/dhcp.h
+++ b/dhcp.h
@@ -87,7 +87,7 @@ enum DHO
DHO_MAXMESSAGESIZE = 57,
DHO_RENEWALTIME = 58,
DHO_REBINDTIME = 59,
- DHO_CLASSID = 60,
+ DHO_VENDORCLASSID = 60,
DHO_CLIENTID = 61,
DHO_USERCLASS = 77, /* RFC 3004 */
DHO_FQDN = 81,