commit | bf27a4c32f421139a85aa746f299450487218a72 | [log] [tgz] |
---|---|---|
author | Anton Persson <don.juanton@gmail.com> | Thu Mar 17 09:38:21 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sun Mar 27 09:12:21 2016 -0400 |
tree | 04c3b7f96d7dd02e362cd784adb22e46212ae897 | |
parent | 8a3ff993a53c1f2334c5797f3800189fd64c27c9 [diff] |
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>