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

From: Uma Mahesh (mahesh_at_intotoinc.com)
Date: 12/31/04

  • Next message: Thomas Sailer: "Re: ptrace single-stepping change breaks Wine"
    Date:	Fri, 31 Dec 2004 18:51:18 +0530
    To: linux-kernel@vger.kernel.org
    
    

    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@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Thomas Sailer: "Re: ptrace single-stepping change breaks Wine"