mirror of
https://github.com/sheumann/hush.git
synced 2024-12-26 10:32:02 +00:00
udhcpc: remove now-unneeded definitions of vendor and client-id opts
function old new delta dhcp_optflags 68 64 -4 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
1cbdc03411
commit
d3c5ab703b
@ -68,9 +68,10 @@ const struct dhcp_optflag dhcp_optflags[] = {
|
||||
{ OPTION_IP , 0x32 }, /* DHCP_REQUESTED_IP */
|
||||
{ OPTION_U8 , 0x35 }, /* DHCP_MESSAGE_TYPE */
|
||||
{ OPTION_U16 , 0x39 }, /* DHCP_MAX_SIZE */
|
||||
{ OPTION_STRING , 0x3c }, /* DHCP_VENDOR */
|
||||
/* not really a string */
|
||||
{ OPTION_STRING , 0x3d }, /* DHCP_CLIENT_ID */
|
||||
//looks like these opts will work just fine even without these defs:
|
||||
// { OPTION_STRING , 0x3c }, /* DHCP_VENDOR */
|
||||
// /* not really a string: */
|
||||
// { OPTION_STRING , 0x3d }, /* DHCP_CLIENT_ID */
|
||||
{ 0, 0 } /* zeroed terminating entry */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user