ipv6 multicast forwarding

From: Youngmin Kim (blhole@venus.uos.ac.kr)
Date: Fri Jul 25 2003 - 07:04:01 EST


I have a concern with ipv6 multicast!! But I don't know "linux
forwarding" well

I inserted 2 lines in ip6_mc_input()

        ....
        if (ipv6_chk_mcast_addr(skb->dev, &hdr->daddr))
                deliver =1;

>>if (ipv6_devconf.forwarding == 1)
>> ip6_mc_forward(skb, deliver);

        if (deliver)
                discard = 0;
                ip6_input(skb);
        }
        ......

I made ip6_mc_forward() which was modified from ip6_forward().

But it doesn't work...
How do I make ip6_mc_forward()?

I want simple ipv6 multicast forward...
  When host receive multicast packet, host forward it without multicast
routing cache..
  Then I will filter unneeded packets.

Nobody help me??
Thank you!!

-
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/



This archive was generated by hypermail 2b29 : Thu Jul 31 2003 - 22:00:25 EST