[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 02969) Re: ipv6 multicast forwarding
- To: usagi-users@xxxxxxxxxxxxxx
- Subject: (usagi-users 02969) Re: ipv6 multicast forwarding
- From: Vincent Jardin <Vincent.Jardin@xxxxxxxxx>
- Date: Mon, 21 Jun 2004 18:20:12 +0200
- In-reply-to: <200406211756.05194.lahmadi@loria.fr>
- References: <200406211756.05194.lahmadi@loria.fr>
- Reply-to: usagi-users@xxxxxxxxxxxxxx
- Resent-date: Tue, 22 Jun 2004 10:35:39 +0900
- Resent-from: sekiya@xxxxxxxxxxxxxx
- Resent-message-id: <200406221035.FMLAAB6931.usagi-users@linux-ipv6.org>
- Resent-to: usagi-users@xxxxxxxxxxxxxx (moderated)
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113
Hi,
You should create ipv6/ip6mr.c like ipv4/ipmr.c
For more information about this development, you should have a look to
the multicast forwarding of BSD because ipv4/ipmr.c is based on IPv4
multicast forwarding from BSD. It means that ipv6/ip6mr.c could be a
port of BSD multicast forwarding too (with some differences ;-) ).
The book "Architecture Linux Réseau" describes the multicast forwarding
process of the Linux Kernel 2.4.
Regards,
Vincent
Lahmadi Abdelkader wrote:
hello;
does the latest usagi implementation have the ipv6 multicast forwarding
support ? if no, any ideas please to do ipv6 multicast forwarding in linux,
and any ipv6 implementation for PIM-SM ?
/Lahmadi Abdelkader