commit | 4793ee6522f10a3d108de7e47adbcf5f15eb3f46 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 24 18:00:01 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Wed Oct 26 21:33:25 2011 +0200 |
tree | 83192921a3cb79dc1b115e279e79cae1430eda8c | |
parent | 8f79bb17a4251ec096a7184d1eaf6f5dea3d2623 [diff] |
net: tftpput: Add support for receiving ICMP packets ICMP packets can tell you when there is no server at the other end. It is useful for tftp to figure this out, so that a quick error can be displayed, rather than pointlessly retrying. This adds an ICMP packet handler to the net interface. Signed-off-by: Simon Glass <sjg@chromium.org>