diff options
| author | Roy Marples <roy@marples.name> | 2008-08-13 21:29:30 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-08-13 21:29:30 +0000 |
| commit | 7b1ae6d97bfd6191bba5108ff6b2dea8237b9cbb (patch) | |
| tree | 69a06be9b9fe5a08391d30e468ea55906c170ec4 /dhcp.h | |
| parent | c22ce5910d50c60031684fb3ef654d4c819c3858 (diff) | |
| download | dhcpcd-7b1ae6d97bfd6191bba5108ff6b2dea8237b9cbb.tar.xz | |
classid -> vendorclassid to match the RFC description.
Diffstat (limited to 'dhcp.h')
| -rw-r--r-- | dhcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |
