dhcp-client
dhcp-client copied to clipboard
A simple DHCP client
Results
2
dhcp-client issues
Sort by
recently updated
recently updated
newest added
Hi,How do I get the client to send something other than a broadcast packet
Hi, I think there is an error in dhcp_input function. It should be if (dhcp->opcode != DHCP_OPTION_OFFER) -> if (dhcp->opcode != DHCP_BOOTREPLY) And there are some defines error. #define DHCP_OPTION_DECLINE...