diff options
Diffstat (limited to 'networking/udhcp/common.c')
-rw-r--r-- | networking/udhcp/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/common.c b/networking/udhcp/common.c index b6b274d91..e34f926bb 100644 --- a/networking/udhcp/common.c +++ b/networking/udhcp/common.c | |||
@@ -69,7 +69,7 @@ const struct dhcp_optflag dhcp_optflags[] = { | |||
69 | { OPTION_U8 , 0x35 }, /* DHCP_MESSAGE_TYPE */ | 69 | { OPTION_U8 , 0x35 }, /* DHCP_MESSAGE_TYPE */ |
70 | { OPTION_U16 , 0x39 }, /* DHCP_MAX_SIZE */ | 70 | { OPTION_U16 , 0x39 }, /* DHCP_MAX_SIZE */ |
71 | { OPTION_STRING , 0x3c }, /* DHCP_VENDOR */ | 71 | { OPTION_STRING , 0x3c }, /* DHCP_VENDOR */ |
72 | //FIXME: handling of this option is not exactly correct: | 72 | /* not really a string */ |
73 | { OPTION_STRING , 0x3d }, /* DHCP_CLIENT_ID */ | 73 | { OPTION_STRING , 0x3d }, /* DHCP_CLIENT_ID */ |
74 | { 0, 0 } /* zeroed terminating entry */ | 74 | { 0, 0 } /* zeroed terminating entry */ |
75 | }; | 75 | }; |