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

(usagi-users 00380) Re: USAGI kernel snapshot patches somewhere?



At Tue, 20 Mar 2001 10:07:57 +0100,
Peter Bieringer <pb@xxxxxxxxxxxx> wrote:

Hello Peter,

> I run into a problem with "radvd" and the latest stable USAGI snapshot for 
> 2.2.18 with kernel source 2.2.19pre10 (because of ext3fs use):
> 
> 	"can't join ipv6-allrouters on eth0"
> 

As you may read, the problem is solved by the below hack, maybe.

2001/03/30      yoshfuji
        * kernel/linux22/net/ipv6/ipv6_sockglue.c: fixed optlen checks for
        IPV6_{JOIN,LEAVE}_GROUP setsockopt(2); it must be sizeof (struct
        ipv6_mreq), not sizeof(int).  (reported by NAKAMURA Takumi 
        <canalian@xxxxxxxxxxx>)

-- Yuji Sekiya