commit | 91393c5c2ab71670eee7dd1ae906526dea9293eb | [log] [tgz] |
---|---|---|
author | Andrew Ruder <andrew.ruder@elecsyscorp.com> | Tue Oct 22 19:10:28 2013 -0500 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Fri Nov 22 17:03:18 2013 -0600 |
tree | f4f0827cb283ce69d711c9edfe61abb417a1bfee | |
parent | 839b3729033c5ddc94b4fd7c2b2aa4e826c7b313 [diff] |
net: tftpsrv: Get correct client MAC address NetServerEther was not being cleared in the tftp server code, so the destination MAC address would be whatever the last destination MAC address was. Scenario: U-Boot: dhcp tftpsrv Host: Send device WRQ Device: Responds with ACK to dhcp server mac address with host ip address By clearing NetServerEther, we force a lookup of the host MAC address to go with the associated host IP. Signed-off-by: Andrew Ruder <andrew.ruder@elecsyscorp.com>