From: Hannes Frederic Sowa Date: Fri, 8 Mar 2013 02:07:19 +0000 (+0000) Subject: ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_id X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~539 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=842df0739776fc9af7ac15968b44415a31ba9be4;hp=842df0739776fc9af7ac15968b44415a31ba9be4 ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_id This patch requires multicast interface-scoped addresses to supply a sin6_scope_id. Because the sin6_scope_id is now also correctly used in case of interface-scoped multicast traffic this enables one to use interface scoped addresses over interfaces which are not targeted by the default multicast route (the route has to be put there manually, though). getsockname() and getpeername() now return the correct sin6_scope_id in case of interface-local mc addresses. v2: a) rebased ontop of patch 1/4 (now uses ipv6_addr_props) v3: a) reverted changes for ipv6_addr_props v4: a) unchanged Cc: YOSHIFUJI Hideaki Acked-by: YOSHIFUJI Hideaki Signed-off-by: Hannes Frederic Sowa Acked-by: YOSHIFUJI Hideaki dave Signed-off-by: David S. Miller ---