commit | 0f734c6b3161ba74ff3d1acf9403f083f35d7810 | [log] [tgz] |
---|---|---|
author | Robin Getz <rgetz@blackfin.uclinux.org> | Tue Jul 15 21:44:46 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jul 15 21:44:46 2008 +0200 |
tree | 435dc02bb53f784c7e2187ab9b9e69227622e33c | |
parent | 7746ed825ab8dbf952a7fa4c570904cb94adde0b [diff] |
Fix DHCP protocol so U-Boot does not respond too early on the network with it's offered IP number; it should not reply until after it has received a DHCP ACK message. Also ensures that U-Boot does it's DHCPREQUEST as broadcast (per RFC 2131). Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org> Acked-by: Ben Warren <biggerbadderben@gmail.com> Signed-off-by: Wolfgang Denk <wd@denx.de>