|
@@ -66,6 +66,7 @@ static uint8_t dhcp_request_options_data[] = {
|
66
|
66
|
*/
|
67
|
67
|
static inline const char * dhcp_message_type_name ( unsigned int msgtype ) {
|
68
|
68
|
switch ( msgtype ) {
|
|
69
|
+ case 0: return "BOOTP";
|
69
|
70
|
case DHCPDISCOVER: return "DHCPDISCOVER";
|
70
|
71
|
case DHCPOFFER: return "DHCPOFFER";
|
71
|
72
|
case DHCPREQUEST: return "DHCPREQUEST";
|