Closed onlyjob closed 5 years ago
The issue is the client does the full request, if you wanted to handle option 12 (http://www.networksorcery.com/enp/protocol/bootp/option012.htm) you'd need to split the request function in it's component parts.
If you've got a simple way of providing me a way to test the functionality (Virtual Machine?) I'll add an additional wrapper that support it out of the box.
The v2 branch should now supports this:
Test_ClientWithOptions
shows how to pass and receive DHCP options.
Please implement feature to provide hostname.
Thanks.