K 10 svn:author V 7 asomers K 8 svn:date V 27 2018-08-03T14:19:56.212933Z K 7 svn:log V 214 MFC r330720: tftpd: reject unknown opcodes If tftpd receives a command with an unknown opcode, it simply exits 1. It doesn't send an ERROR packet, and the client will hang waiting for one. Fix it. PR: 226005 END