[stgt] isid in login

Daniel Smith dfsmith at almaden.ibm.com
Thu Jun 18 03:02:38 CEST 2009


As far as I can tell, an isid of 0 is valid during iSCSI login (the OUI
belongs to Xerox).  What was the reason for this code in iscsi/iscsid.c?

static void login_start(struct iscsi_connection *conn)   
...
        if (!sid64(conn->isid, conn->tsih)) {
                rsp->status_class = ISCSI_STATUS_CLS_INITIATOR_ERR;
                rsp->status_detail = ISCSI_LOGIN_STATUS_MISSING_FIELDS;
                conn->state = STATE_EXIT;
                return;
        }

Daniel
--
To unsubscribe from this list: send the line "unsubscribe stgt" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html



More information about the stgt mailing list