* ipv6 source address selection in addrconf.c (2.6.17)
@ 2006-06-20 12:56 Lukasz Stelmach
2006-06-20 19:38 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Lukasz Stelmach @ 2006-06-20 12:56 UTC (permalink / raw)
To: LKML; +Cc: Łukasz Stelmach
[-- Attachment #1: Type: text/plain, Size: 862 bytes --]
Greetings
net/ipv6/addrconf.c:971 is
/* Rule 2: Prefer appropriate scope */
if (hiscore.rule < 2) {
hiscore.scope = __ipv6_addr_src_scope(hiscore.addr_type);
hiscore.rule++;
}
Do you think it makes any sens when hiscore.addr_type hasn't been assigned any
value (or I can't see it) before? There are some more references to
hiscore.addr_type below but no assignment.
I am trying to figure out why when trying to connect to
2001:200:0:8002:203:47ff:fea5:3085 (www.kame.net)
with two global addresses assigned to the ethernet card
fd24:6f44:46bd:face::254
2002:531f:d667:face::254
rule 8 does not work and the first address is chosen.
Please CC answers.
--
Było mi bardzo miło. Czwarta pospolita klęska, [...]
>Łukasz< Już nie katolicka lecz złodziejska. (c)PP
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 254 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: ipv6 source address selection in addrconf.c (2.6.17)
2006-06-20 12:56 ipv6 source address selection in addrconf.c (2.6.17) Lukasz Stelmach
@ 2006-06-20 19:38 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2006-06-20 19:38 UTC (permalink / raw)
To: stlman; +Cc: linux-kernel
You'll have more luck with this question on netdev@vger.kernel.org,
which is where the kernel networking developers are subscribed.
Thank you.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-06-20 19:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-20 12:56 ipv6 source address selection in addrconf.c (2.6.17) Lukasz Stelmach
2006-06-20 19:38 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome