1
0
Fork 0

[SCSI] scsi_transport_iscsi: Declare portal type string macros for generic use

Signed-off-by: Adheer Chandravanshi <adheer.chandravanshi@qlogic.com>
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
wifi-calibration
Adheer Chandravanshi 2013-03-25 08:08:31 -04:00 committed by James Bottomley
parent 1e9e2be3ee
commit 2902eb495d
1 changed files with 4 additions and 0 deletions

View File

@ -504,6 +504,10 @@ enum iscsi_host_param {
ISCSI_HOST_PARAM_MAX,
};
/* portal type */
#define PORTAL_TYPE_IPV4 "ipv4"
#define PORTAL_TYPE_IPV6 "ipv6"
/* iSCSI Flash Target params */
enum iscsi_flashnode_param {
ISCSI_FLASHNODE_IS_FW_ASSIGNED_IPV6,