g548462
Results
1
issues of
g548462
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...