]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
DHCP regression on 2009-06
authorMichael Zaidman <michael.zaidman@gmail.com>
Tue, 14 Jul 2009 20:37:12 +0000 (23:37 +0300)
committerBen Warren <biggerbadderben@gmail.com>
Thu, 23 Jul 2009 05:53:45 +0000 (22:53 -0700)
commit09133f8580f0106429ba3600f1855bd3577ae58b
tree17f78d3b86f5e90dcf88dd099bdfd5ea5d0c00e4
parent443ce4ac9d1138ae5ae6863b2d40a96fd6edf523
DHCP regression on 2009-06

Fixed the DHCP/BOOTP/RARP regression introduced in u-boot-2009.06
by initializing our IP addr to 0 in order to accept any IP addr
assigned to us by the DHCP/BOOTP/RARP server.

Ack-by: Robin Getz <rgetz@blackfin.uclinux.org>
Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
net/net.c