lkml.org 
[lkml]   [2003]   [Jul]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subjectipv6 multicast forwarding
Date

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/

\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.019 / U:0.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site