Re: [lwip-users] DHCP requesting additional options via option 55

2018-11-12 Thread goldsimon
Am 13. November 2018 06:10:32 MEZ schrieb Craig McQueen : >I wrote: >> >> I have tried using LWIP_HOOK_DHCP_APPEND_OPTIONS() and >> LWIP_HOOK_DHCP_PARSE_OPTION() to request additional DHCP options >> from the server, using DHCP option 55 >> (DHCP_OPTION_PARAMETER_REQUEST_LIST). >> >> At first

Re: [lwip-users] DHCP requesting additional options via option 55

2018-11-12 Thread Craig McQueen
I wrote: > > I have tried using LWIP_HOOK_DHCP_APPEND_OPTIONS() and > LWIP_HOOK_DHCP_PARSE_OPTION() to request additional DHCP options > from the server, using DHCP option 55 > (DHCP_OPTION_PARAMETER_REQUEST_LIST). > > At first I thought it was working fine. But on closer examination, it seems >

[lwip-users] DHCP requesting additional options via option 55

2018-11-12 Thread Craig McQueen
I have tried using LWIP_HOOK_DHCP_APPEND_OPTIONS() and LWIP_HOOK_DHCP_PARSE_OPTION() to request additional DHCP options from the server, using DHCP option 55 (DHCP_OPTION_PARAMETER_REQUEST_LIST). At first I thought it was working fine. But on closer examination, it seems the server is not sendi