Skip to content
Snippets Groups Projects
Commit ee0f60df authored by Brian Rzycki's avatar Brian Rzycki Committed by Joe Hershberger
Browse files

net: Quietly ignore DHCP Option 28 (Broadcast Address)


Some DHCP servers (notably dnsmasq) always transmit DHCP Option 28,
Broadcast Address as specified in RFC 2132. Without this patch u-boot
displays the warning:
  *** Unhandled DHCP Option in OFFER/ACK: 28

The patch suppresses the warning and ignores DHCP Option 28. There is
no environment variable to set the broadcast address into and if for
some reason u-boot needs the broadcast it can be calculated from
ipaddr and netmask.

Signed-off-by: default avatarBrian Rzycki <bmr@freescale.com>
parent a655938a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment