On 07/24/2014 01:14 AM, Anish Bhatt wrote:
>       /* these type of drivers need the netdev upd */
> diff --git a/usr/transport.c b/usr/transport.c
> index 2f38519..3b4199f 100644
> --- a/usr/transport.c
> +++ b/usr/transport.c
> @@ -58,7 +58,7 @@ struct iscsi_transport_template iscsi_iser = {
>  
>  struct iscsi_transport_template cxgb3i = {
>       .name           = "cxgb3i",
> -     .set_host_ip    = 1,
> +     .set_host_ip    = SET_HOST_IP_OPT,
>       .ep_connect     = ktransport_ep_connect,
>       .ep_poll        = ktransport_ep_poll,
>       .ep_disconnect  = ktransport_ep_disconnect,
> @@ -67,7 +67,7 @@ struct iscsi_transport_template cxgb3i = {
>  
>  struct iscsi_transport_template cxgb4i = {
>       .name           = "cxgb4i",
> -     .set_host_ip    = 1,
> +     .set_host_ip    = SET_HOST_IP_OPT,
>       .ep_connect     = ktransport_ep_connect,
>       .ep_poll        = ktransport_ep_poll,
>       .ep_disconnect  = ktransport_ep_disconnect,
> @@ -76,7 +76,7 @@ struct iscsi_transport_template cxgb4i = {
>  

I don't have this card anymore. Refresh my memory. If it is not set then
does it drop back to the ethX that the isccsi function is attached to?

-- 
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to open-iscsi+unsubscr...@googlegroups.com.
To post to this group, send email to open-iscsi@googlegroups.com.
Visit this group at http://groups.google.com/group/open-iscsi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to