public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* v2.6 IGMPv3 implementation
@ 2004-07-12 20:30 Charles R. Anderson
  2004-07-12 21:04 ` David S. Miller
  2004-07-12 21:22 ` YOSHIFUJI Hideaki / 吉藤英明
  0 siblings, 2 replies; 7+ messages in thread
From: Charles R. Anderson @ 2004-07-12 20:30 UTC (permalink / raw)
  To: linux-kernel

Please Cc any replies directly to my address, since I am not
subscribed.  Thanks.

I'm taking a look at the IGMPv3 implementation that was integrated
into the 2.6 kernel (2.6.7 specifically).  In the past there have been
patches floating around that implemented the IGMPv3 stack, and these
provided some new IOCTLs:

/* Multicast source filter calls */
#define SIOCSIPMSFILTER        0x89a0          /* set mcast src filter (ipv4) */
#define SIOCGIPMSFILTER 0x89a1         /* get mcast src filter (ipv4) */
#define SIOCSMSFILTER  0x89a2          /* set mcast src filter (proto indep) */
#define SIOCGMSFILTER  0x89a3          /* get mcast src filter (proto indep) */

These do not appear in the Linus kernel, though.  Does anyone know the
status of these ioctls and the IGMPv3 implementation in general?  I'm
trying to get the proper bits stuffed into glibc to make IGMPv3/SSM
usable, and I'm not sure what to do about these ioctls.  Should 4 new
ioctl numbers be reserved for these in case an implementation is
integrated, or should I just leave them out of glibc headers entirely?

Thanks.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-07-13  1:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-12 20:30 v2.6 IGMPv3 implementation Charles R. Anderson
2004-07-12 21:04 ` David S. Miller
2004-07-12 22:27   ` Charles R. Anderson
2004-07-12 22:48     ` YOSHIFUJI Hideaki / 吉藤英明
2004-07-12 21:22 ` YOSHIFUJI Hideaki / 吉藤英明
2004-07-13  1:21   ` Charles R. Anderson
2004-07-13  1:51     ` YOSHIFUJI Hideaki / 吉藤英明

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox