From: Jiri Kosina Date: Sun, 16 Sep 2007 21:48:21 +0000 (-0700) Subject: [IPV6]: Fix source address selection. X-Git-Tag: v2.6.23-rc7~33^2~12 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ae5f983cf8de769214d2d9e8a783c881eccd4cd;p=pandora-kernel.git [IPV6]: Fix source address selection. The commit 95c385 broke proper source address selection for cases in which there is a address which is makred 'deprecated'. The commit mistakenly changed ifa->flags to ifa_result->flags (probably copy/paste error from a few lines above) in the 'Rule 3' address selection code. The patch restores the previous RFC-compliant behavior. Signed-off-by: Jiri Kosina Signed-off-by: David S. Miller --- Reading git-diff-tree failed