]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix DHCP protocol so U-Boot does not respond too early
authorRobin Getz <rgetz@blackfin.uclinux.org>
Tue, 15 Jul 2008 19:44:46 +0000 (21:44 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 15 Jul 2008 19:44:46 +0000 (21:44 +0200)
commit0328ef0edfe950f0b7b8b368dae482531506b74a
tree435dc02bb53f784c7e2187ab9b9e69227622e33c
parent7288f972fcaee14a9741cb08c8688a23874b4a2e
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>
net/bootp.c