NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kern/48310: kue(4) cannot receive multicast packets
>Number: 48310
>Category: kern
>Synopsis: kue(4) cannot receive multicast packets
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: kern-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Oct 13 17:20:00 +0000 2013
>Originator: Takahiro HAYASHI
>Release: NetBSD 6.99.24
>Organization:
>Environment:
System: NetBSD ruin 6.99.24 NetBSD 6.99.24 (UNION) #0: Wed Oct 9 08:34:24 JST
2013 root@halt:/usr/build2/obj.i386/sys/arch/i386/compile/UNION i386
Architecture: i386
Machine: i386
>Description:
kue(4) cannot receive multicast packets
because in the case of SIOC{ADD,DEL}MULTI kue_ioctl() does not
call ether_ioctl() to rebuild list of ec_multiaddrs before
calling kue_setmulti().
>How-To-Repeat:
assign kue ipv6 address and ping6 from other host.
>Fix:
In the case of SIOC{ADD,DEL}MULTI please call ether_ioctl()
to fill list of ec_multiaddrs before calling kue_setmulti().
--
t-hash
Home |
Main Index |
Thread Index |
Old Index