Searched hist:"6 ae5f983cf8de769214d2d9e8a783c881eccd4cd" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | addrconf.c | diff 6ae5f983cf8de769214d2d9e8a783c881eccd4cd Sun Sep 16 16:48:21 CDT 2007 Jiri Kosina <jkosina@suse.cz> [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 <jkosina@suse.cz> Signed-off-by: David S. Miller <davem@davemloft.net>
|