Date: Thu, 07 Jun 2018 13:05:24 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 227313] net/isboot-kmod works with net/istgt but not with ctld(8) Message-ID: <bug-227313-7788-7jDtmO9i6n@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-227313-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-227313-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227313 Maurizio <maurizio1018@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Affects Only Me |Affects Some People --- Comment #3 from Maurizio <maurizio1018@gmail.com> --- In https://jelmer.uk/klaus/wireshark/blob/4a812d4ad5e61143d7a18b52f1f32a2a3697= 84f6/packet-iscsi.c are defined the iscsi opcodes: {0x03, "Login Command"}, {0x83, "Login Command (Retry)"}, In my opinion there are two bugs, one in isboot-kmod and one in ctld: isboot-kmod send the "Login Command (Retry)" (0x83) opcode and not the "Lo= gin Command" (0x03) opcode, ctld accepts only the "Login Command" (0x03) opcode= and not the "Login Command (Retry)" (0x83) opcode. The above patch let the isboot-kmod driver to send the "Login Command" (0x0= 3) opcode and then, if fails, the "Login Command (Retry)" (0x83) opcode. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227313-7788-7jDtmO9i6n>