[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 00588) Re: How to set default ipv6



In article <200106171734.f5HHYRu08939@xxxxxxxxxxxxxxxx> (at Sun, 17 Jun 2001 19:34:27 +0200), Jasmin Buchert <jasmin@xxxxxxxxxxxx> says:

> I need to specify a default source ipv6 for all outgoing connections, but it 
> does not work like in the default linux ipv6 stack (see previous mail).
> 
> What exactly does the longest match rule do?

See kernel/linux2{2,4}/net/ipv6/addrconf.c:ipv6_get_saddr().

Note: our implementation is not compliant with 
      <draft-ietf-ipngwg-default-addr-select-04.txt> at this moment.

--yoshfuji