Hoerdt Mickael <(E-Mail Removed)> wrote in message news:<413c91cb$0$21474$(E-Mail Removed)>...
> Hello,
>
> I would like to know if someone is aware of any project implementing
> IPv6 multicast forwarding in the linux kernel ?
>
> Thank you,
>
> Hoerdt Mickael
Not clear what you have in mind -- ipv6 and multicast forwarding have
been in the kernel for years:
/proc/sys/net/ipv4/conf/mc_forwarding as seen on my old box:
[@pbrain]$ cd /proc/sys/net/ipv4/conf/all
[@pbrain all]$ ls
accept_redirects forwarding proxy_arp shared_media
accept_source_route log_martians rp_filter tag
arp_filter mc_forwarding secure_redirects
bootp_relay medium_id send_redirects
[@pbrain all]$ cat mc_forwarding
0
Though dated it's still very useful:
http://www.tldp.org/HOWTO/Multicast-HOWTO.html
Setting it all up is quite an exercise -- especially if you need a
multicast routing daemon ;-)
hth,
prg
email above disabled