commit | 0813921042c363a9c591454144226e67ed21a223 | [log] [tgz] |
---|---|---|
author | Ravik Hasija <rahasij@linux.microsoft.com> | Mon May 18 21:35:43 2020 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 12 13:17:23 2020 -0400 |
tree | ce081bff089c0f15ae3a2bb6dfbe77b8ced85457 | |
parent | 46c8b18734d273619174006eef498639c06000d3 [diff] |
net: tftp: fix option validation as per RFCs RFC2348, RFC2349: - Option string is case in-sensitive. - Client must generate ERR pkt in case option value mismatch in server OACK - Fix debug print for options Signed-off-by: Ravik Hasija <rahasij@linux.microsoft.com> Reviewed-By: Ramon Fried <rfried.dev@gmail.com>