Date: Sun, 15 Nov 2009 11:07:22 +0000 (UTC) From: Bruce M Simpson <bms@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet raw_ip.c Message-ID: <200911151107.nAFB7ZJk012220@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bms 2009-11-15 11:07:22 UTC FreeBSD src repository Modified files: sys/netinet raw_ip.c Log: SVN rev 199287 on 2009-11-15 11:07:22Z by bms Fix a functional regression in multicast. Userland daemons need to see IGMP traffic regardless of the group; omit the imo filter check if the proto is IGMP. The kernel part of IGMP will have already filtered appropriately at this point. MFC after: ASAP Submitted by: Franz Struwig Reported by: Ivor Prebeg, Franz Struwig Revision Changes Path 1.223 +27 -9 src/sys/netinet/raw_ip.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911151107.nAFB7ZJk012220>