Re: [PATCH] Repair Incoming Interface Handling for Raw Socket.

2005-09-01 Thread David S. Miller
From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]> Date: Thu, 01 Sep 2005 20:51:14 +0900 (JST) > This patch fixes the issue by using appropriate incoming interface, > in the sense of scoping architecture. > > Signed-off-by: YOSHIFUJI Hideaki <[EMAIL PROTECTED]> Applied, thanks. - To unsubscribe from th

[PATCH] Repair Incoming Interface Handling for Raw Socket.

2005-09-01 Thread YOSHIFUJI Hideaki / 吉藤英明
Hello. Due to changes to enforce checking interface bindings, sockets did not see loopback packets bound for our local address on our interface. e.g.) When we ping6 fe80::1%eth0, skb->dev points loopback_dev while IP6CB(skb)->iif indicates eth0. This patch fixes the issue by using appropriat