diff options
Diffstat (limited to 'net')
| -rw-r--r-- | net/bootp.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/net/bootp.c b/net/bootp.c index c9b8349b3..661e37106 100644 --- a/net/bootp.c +++ b/net/bootp.c @@ -728,6 +728,8 @@ static void DhcpOptionsProcess(uchar *popt, struct Bootp_t *bp)  			memcpy(&NetOurRootPath, popt + 2, size);  			NetOurRootPath[size] = 0;  			break; +		case 28:	/* Ignore Broadcast Address Option */ +			break;  #if defined(CONFIG_CMD_SNTP) && defined(CONFIG_BOOTP_NTPSERVER)  		case 42:	/* NTP server IP */  			NetCopyIP(&NetNtpServerIP, (popt + 2)); |