mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
B#13660: Update the handling of DHCP Option 55
This commit is contained in:
parent
3bdad6b0ce
commit
249b9d564d
2 changed files with 2 additions and 1 deletions
|
|
@ -122,6 +122,7 @@ struct dhcp_options_type DHCP_OPTIONS_ARRAY[] = {
|
|||
{"", 52, OPTION_INT, 1}, /* DHCP_OVERLOAD */
|
||||
{"", 53, OPTION_INT, 1}, /* DHCP_MESSSAGE_TYPE */
|
||||
{"serverid", 54, OPTION_IP, 4}, /* DHCP_SERVER_ID */
|
||||
{"", 55, OPTION_INT|OPTION_LIST, 1}, /* DHCP_PARAM_LIST */
|
||||
{"message", 56, OPTION_STRING, 0}, /* DHCP_ERR_MESSAGE */
|
||||
{"", 57, OPTION_INT, 2}, /* DHCP_MAX_MESSAGE_SIZE */
|
||||
{"", 58, OPTION_INT, 4}, /* DHCP_RENEWAL_TIME */
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
24:18:1d:e2:f7:dd vcid=eagle clid=01:24:18:1d:e2:f7:dd ucid=- oui_len=6 device_oui=44D437 serial_len=12 device_serial=Y.0721140030 class_len=5 device_class=EAGLE
|
||||
24:18:1d:e2:f7:dd vcid=eagle clid=01:24:18:1d:e2:f7:dd ucid=- oui_len=6 device_oui=44D437 serial_len=12 device_serial=Y.0721140030 class_len=5 device_class=EAGLE hostname=eagle-iopsys paramlist=1,2,6,12,15,26,28,121,3,33,40,41,42,119,249,252
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue