From: Chuck Lever Date: Thu, 4 Dec 2008 19:20:08 +0000 (-0500) Subject: NLM: Support IPv6 scope IDs in nlm_display_address() X-Git-Tag: v2.6.29-rc1~177^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc995801a09d1fead0bec1356bfd836911c8eed7;p=pandora-kernel.git NLM: Support IPv6 scope IDs in nlm_display_address() Scope ID support is needed since the kernel's NSM implementation is about to use these displayed addresses as a mon_name in some cases. When nsm_use_hostnames is zero, without scope ID support NSM will fail to handle peers that contact us via a link-local address. Link-local addresses do not work without an interface ID, which is stored in the sockaddr's sin6_scope_id field. Signed-off-by: Chuck Lever Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed