bootp: Prevent u-boot from using others responses.
authorAnton Persson <don.juanton@gmail.com>
Thu, 17 Mar 2016 08:38:21 +0000 (09:38 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 27 Mar 2016 13:12:21 +0000 (09:12 -0400)
commit214cc905defa58b2beb57033ebc6e66a2a90d769
tree04c3b7f96d7dd02e362cd784adb22e46212ae897
parenta481a15600ac607d2266a88c92ff571c9c573041
bootp: Prevent u-boot from using others responses.

In rare circumstances two dhcp clients may generate the same
bootp ID. If this happens it is vital that the client also checks
the hw address in the received response to prevent IP address conflicts.

Signed-off-by: Anton Persson <don.juanton@gmail.com>
net/bootp.c