[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 01108) Re: [usagi-announce] 2001/12/24 snapshot
In article <Pine.LNX.4.33.0112271008260.19765-100000@xxxxxxxxxx> (at Thu, 27 Dec 2001 10:13:26 +0200 (EET)), Pekka Savola <pekkas@xxxxxxxxxx> says:
> > 2001/12/24 yoshfuji
> > * kernel/linux24/{include/linux/in6.h,net/{addrconf.h,if_inet6.h,
> > sock.h},net/ipv6/{Config.h,Makefile,addrconf.c,af_inet6.c,anycast.c,
> > icmp.c,ipv6_sockglue.c,ndisc.c}}: ipv6 anycast support.
> > contributed by David Stevens <dlstevens@xxxxxxxxxx>.
>
> Should net-tools and/or iproute2 support setting anycast flag on the
> address too?
No because our implementation does not have such interfaces.
We can use anycast using IPV6_{JOIN,LEAVE}_ANYCAST socket option.
I will implement ioctl / rtnetlink interface, later.
--yoshfuji