]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
DHCP Client Fix
authorJustin Flammia <jflammia@savantav.com>
Mon, 29 Oct 2007 21:40:35 +0000 (17:40 -0400)
committerBen Warren <bwarren@qstreams.com>
Mon, 29 Oct 2007 22:25:46 +0000 (18:25 -0400)
commit31548249decf18a6b877a18436b6139dd483fe4a
tree2e765b3fee805aa2053f4c419c196d48c552fb02
parentd78791ae914d4e7c5edca1cdad73b3dc81a4eb82
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