You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a small embedded DHCP server based on your example. While it works fine with dhclient - it fails on systemd-networkd, e.g - the lease can't be obtained. After some tinkering/debugging I realized that the server ID is not set properly. Systemd reports:
DHCP CLIENT (0xfb50f277): DISCOVER
Failed to parse server identifier, ignoring: Invalid argument
DHCP CLIENT (0xfb50f277): received lease lacks address, server address or lease lifetime, ignoring
I have a small embedded DHCP server based on your example. While it works fine with
dhclient
- it fails onsystemd-networkd
, e.g - the lease can't be obtained. After some tinkering/debugging I realized that the server ID is not set properly. Systemd reports:I was able to isolate the test case with the sample request/response ( also on playground https://play.golang.org/p/54GThoEJZ9K )
It looks like the option bounds are not set properly in the response.
The text was updated successfully, but these errors were encountered: