applied, although:

 > +static void is_loopback_dst(struct iw_cm_id *cm_id)
 > +{
 > +    struct net_device *dev;
 > +    
 > +    dev = ip_dev_find(&init_net, cm_id->remote_addr.sin_addr.s_addr);
 > +    if (!dev)
 > +            return 0;
 > +    dev_put(dev);
 > +    return 1;
 > +}

is there any way this could trigger when it should, like if I'm trying
to make a connection from one local device to a different local device
(which should work fine)?

 - R.
_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to