From 1325fa35b9b012ddbddc2ad4fd20d1380001c08f Mon Sep 17 00:00:00 2001 From: Adheer Chandravanshi Date: Mon, 25 Mar 2013 08:08:31 -0400 Subject: [PATCH] --- yaml --- r: 367402 b: refs/heads/master c: 2902eb495d71e5cd410c9d94200d35e047404630 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/scsi/iscsi_if.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 1713a52c69b0..5a8afd90e3b8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1e9e2be3ee03b8b5c6066d3943c9c5ab1632ed0a +refs/heads/master: 2902eb495d71e5cd410c9d94200d35e047404630 diff --git a/trunk/include/scsi/iscsi_if.h b/trunk/include/scsi/iscsi_if.h index f1b01839490c..fe7f06c86f68 100644 --- a/trunk/include/scsi/iscsi_if.h +++ b/trunk/include/scsi/iscsi_if.h @@ -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,