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

(usagi-users 00725) Re: [Patch 2of2] IPv6 routers don't join/leave the all routers group



In article <OFD37C568E.651E2939-ON88256AB6.00832300@xxxxxxxxxxxxxxx> (at Tue, 28 Aug 2001 16:58:31 -0700), "David Stevens" <dlstevens@xxxxxxxxxx> says:

> This is a patch to join the "all routers" multicast group when forwarding
>is turned on for an interface, and to leave it when forwarding is turned 
>off.

being applied.  thanks.

BTW, ip6_forward() in net/ipv6/ip6_output.c checks 
ipv6_devconf.forwarding only.  
It seems we should check idev_of_input_device->cnf.forwarding, too...

--yoshfuji