merge from udhcp module
This commit is contained in:
@@ -32,7 +32,9 @@ struct dhcp_option dhcp_options[] = {
|
||||
{"ipttl", OPTION_U8, 0x17},
|
||||
{"mtu", OPTION_U16, 0x1a},
|
||||
{"broadcast", OPTION_IP | OPTION_REQ, 0x1c},
|
||||
{"ntpsrv", OPTION_IP | OPTION_LIST, 0x2a},
|
||||
{"nisdomain", OPTION_STRING | OPTION_REQ, 0x28},
|
||||
{"nissrv", OPTION_IP | OPTION_LIST | OPTION_REQ, 0x29},
|
||||
{"ntpsrv", OPTION_IP | OPTION_LIST | OPTION_REQ, 0x2a},
|
||||
{"wins", OPTION_IP | OPTION_LIST, 0x2c},
|
||||
{"requestip", OPTION_IP, 0x32},
|
||||
{"lease", OPTION_U32, 0x33},
|
||||
|
||||
Reference in New Issue
Block a user