Hi
I am trying to bind on both IPv4 and IPv6 addresses by modifying the table in target/iscsi_portal_group.c by adding the following lines to the table.
struct portal_group iscsi_portal_groups[MAX_PORTAL] =
{
/* Default IANA portal */
{INADDR_ANY_STRING, ISCSI_WKP_STRING, DEFAULT_TARGET_PORTAL_GROUP_TAG},
{IN6ADDR_ANY_STRING, ISCSI_WKP_STRING, DEFAULT_TARGET_PORTAL_GROUP_TAG},
2009-02-17 11:03:32 UTC in UNH-iSCSI Initiator and Target for Linux