]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] IPV6 ADDRCONF: Fix default source address selection without CONFIG_IPV6_PRIVACY
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Thu, 22 Jun 2006 08:42:13 +0000 (01:42 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 17 Jul 2006 13:54:20 +0000 (06:54 -0700)
commit8ac7545d688e3f83a02549b5281620cfeed0e281
treedfc01bc3058354db8785e8d4980acc669edf6f86
parent1d3688b61337c13317492af7a50424303294584d
[PATCH] IPV6 ADDRCONF: Fix default source address selection without CONFIG_IPV6_PRIVACY

We need to update hiscore.rule even if we don't enable CONFIG_IPV6_PRIVACY,
because we have more less significant rule; longest match.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/ipv6/addrconf.c