In article <[EMAIL PROTECTED]> (at Thu, 21 Jul 2005 21:44:43 +0100), Andrew 
McDonald <[EMAIL PROTECTED]> says:

> I guess the fix would be a matter of changing:
> 
> if (sk && ra->sel == sel) {
> 
> to:
> 
> if (sk && ra->sel == sel &&
>     (!sk->sk_bound_dev_if ||
>      sk->sk_bound_dev_if == skb->dev->ifindex)) {

I agree. Would you make a patch for this, please?
Thanks.

--yoshfuji
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to