]> git.ipfire.org Git - people/ms/u-boot.git/commit - net/bootp.c
DHCP Client Fix
authorJustin Flammia <jflammia@savantav.com>
Mon, 29 Oct 2007 21:40:35 +0000 (17:40 -0400)
committerWolfgang Denk <wd@denx.de>
Thu, 1 Nov 2007 22:13:00 +0000 (23:13 +0100)
commite5c794e491a57d829b6d8733e2ed8368a2269abf
tree7ec5bd4000df1bfb0b98aa8d38d1194dfdec43f6
parent8287b3b5642c5157392e35b7277ea0c513da50b5
DHCP Client Fix

This is a multi-part message in MIME format.

commit e6e505eae94ed721e123e177489291fc4544b7b8
Author: Justin Flammia <jflammia@savantav.com>
Date:   Mon Oct 29 17:19:03 2007 -0400

    Found a bug in the way the DHCP Request packet is built, where the IP address
    that is offered by the server is bound to prematurely. This patch is a fix of
    that bug where the IP address offered by the DHCP server is not used until
    after the DHCP ACK from the server is received.

Signed-off-by: Justin Flammia <jflammia@savantav.com>
Signed-off-by: Ben Warren <bwarren@qstreams.com>
net/bootp.c