On Mon, Nov 8, 2010 at 11:14 PM, Mike Christie <[email protected]> wrote: > For ipv6, you need to do something like > > if (ib_conn->cma_id->route.addr.dst_addr.ss_family == AF_INET) > // do ipv4 like you did above > else if (ib_conn->cma_id->route.addr.dst_addr.ss_family == AF_INET6) > // do ipv6 - use struct sockaddr_in6 and %pI6
yep, so what's your thinkinh here, should I be moving the code from iscsi_tcp or libiscsi_tcp that does that into libiscsi or copy it into iser? Or. -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/open-iscsi?hl=en.
