From: YOSHIFUJI Hideaki Date: Wed, 4 Jun 2008 04:01:37 +0000 (+0900) Subject: [IPV6]: Check outgoing interface even if source address is unspecified. X-Git-Tag: v2.6.26-rc5~1^2~12^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=187e38384c4abfbbb1b880fab234d16c2df23a25;p=pandora-kernel.git [IPV6]: Check outgoing interface even if source address is unspecified. The outgoing interface index (ipi6_ifindex) in IPV6_PKTINFO ancillary data, is not checked if the source address (ipi6_addr) is unspecified. If the ipi6_ifindex is the not-exist interface, it should be fail. Based on patch from Shan Wei and Brian Haley . Signed-off-by: Shan Wei Signed-off-by: Brian Haley Signed-off-by: YOSHIFUJI Hideaki --- Reading git-diff-tree failed