commit | b2b7fbc33ff1b990804e481153dd45de579cff75 | [log] [tgz] |
---|---|---|
author | Alexandre Messier <amessier@tycoint.com> | Thu Jan 28 11:19:02 2016 -0500 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Thu Jan 28 17:19:43 2016 -0600 |
tree | d62416d4384782912f1469e07a8ee2a10e774aea | |
parent | d8877e6f8ca4b6c08c0bc9c1fa8f855dc8776044 [diff] |
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>