]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: Add bootfile in DHCP Request
authorAlexandre Messier <amessier@tycoint.com>
Thu, 28 Jan 2016 16:19:02 +0000 (11:19 -0500)
committerJoe Hershberger <joe.hershberger@ni.com>
Thu, 28 Jan 2016 23:19:43 +0000 (17:19 -0600)
commitb2b7fbc33ff1b990804e481153dd45de579cff75
treed62416d4384782912f1469e07a8ee2a10e774aea
parentd8877e6f8ca4b6c08c0bc9c1fa8f855dc8776044
net: Add bootfile in DHCP Request

Add the bootfile name in the DHCP Request packet, in addition
to it already being sent in the DHCP Discover.

This is needed by some DHCP servers so that the bootfile name is
properly returned by the server to the client in the DHCP Ack, as
expected by U-Boot.

Signed-off-by: Alexandre Messier <amessier@tycoint.com>
net/bootp.c