[Bug 227313] net/isboot-kmod works with net/istgt but not with ctld(8)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jun 7 14:31:20 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227313

Maurizio <maurizio1018 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Affects Only Me             |Affects Some People

--- Comment #3 from Maurizio <maurizio1018 at gmail.com> ---
In
https://jelmer.uk/klaus/wireshark/blob/4a812d4ad5e61143d7a18b52f1f32a2a369784f6/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  "Login
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" (0x03)
opcode and then, if fails, the "Login Command (Retry)" (0x83) opcode.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list