[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 00612) Re: Automatic source address selection
In article <3B381832.20143EA0@xxxxxxxxxxxxxxx> (at Tue, 26 Jun 2001 13:05:54 +0800), Wang Kai <wangkai1@xxxxxxxxxxxxxxx> says:
> much. What main improvement does the Usagi patch do? I'm making a kernel
> module program related with IPv6 and want to implement source address
> selection within my module for outgoing IPv6 packets. Which function
> should I invoke? is it "kernel/linux2{2,4}/net/ipv6/addrconf.c" ?
Longest match logic; see ipv6_get_saddr() in
kernel/linux2{2,4}/net/ipv6/addrconf.c.
Now we're trying to implement <draft-ietf-ipngwg-default-addr-select-04.txt>.
--yoshfuji