Multicast data packets forwarding in Linux kernel w.r.t. IGMP Proxy

From: Uma Mahesh
Date: Fri Dec 31 2004 - 08:04:30 EST


Hi,
I am trying to implement the IGMP Proxy software in Linux.

I have some basic doubt related to forwarding multicast data packets
in linux, w.r.t. IGMP Proxy.

Is it the IGMP Proxy or Linux kernel (on which multicast routing support
is enabled), which one forwards multicast data packets?

In other words, is it required IGMP Proxy to route multicast data packets
based on membership database it has?
OR
Is it required to add multicast routes into the kernel, like a multicast
router adds using socket option MRT_ADD_MFC, from user space?

Do we have any exported calls to add/delete multicast routes in the kernel?
Can any body help in this regard?

Thanks in Advance,
Mahesh.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/