Discussion:
source specific multicast?
(too old to reply)
Ignatios Souvatzis
2007-10-03 16:40:02 UTC
Permalink
Hi,

KAME integration experts out there:

do we have the necessary kernel and userland
support for (IPv6) source specific multicast?

-is
Hitoshi Asaeda
2007-10-04 04:41:40 UTC
Permalink
Hi,
Post by Ignatios Souvatzis
do we have the necessary kernel and userland
support for (IPv6) source specific multicast?
Yes.
SSM requires "kernel implementation (by IGMPv3(IPv4) and MLDv2(IPv6))"
and "userland implementation (by MSF APIs (RFC3678))".

The latest KAME includes the kernel implementation. I think
mcast-tools would be a good examle to know how the (Basic) MSF APIs
can be used.

---

From here, my personal opinion.

IGMPv3/MLDv2 have very complex concepts; they include two filter-mode
operations named INCLUDE and EXCLUDE operations, while SSM only
requires INCLUDE operation. KAME's IGMPv3/MLDv2 implementations needed
strict conformance to these RFCs (3376 and 3810).

But unfortunately, state transition between INCLUDE mode and EXCLUDE
mode requires the fairly complex procedure. In addition, MSF APIs
specifies the Basic APIs and Advanced APIs, while the Advanced APIs
also requires the additional components to the kernel implementation.

Precisely because KAME completely implemented these functions, it
includes complexities and some part of codes are poorly thought out in
places.

According to these points, IMO, implementing Lightweight-IGMPv3/MLDv2
(*1) would be favorable. LW-IGMPv3/MLDv2 would simplify the original
IGMPv3 and MLDv2 and focus on SSM (only with INCLUDE mode). These
protocols are now proposed in the IETF MBONED WG. Since these
protocols eliminate (1) an EXCLUDE mode operation and (2) MSF Advanced
APIs, the code should become very simple. We believe there is no
disadvantage in the functional elimination in practice.

(*1) http://www.ietf.org/internet-drafts/draft-ietf-mboned-lightweight-igmpv3-mldv2-01.txt

I've finished LW-IGMPv3 kernel implementation for NetBSD-current. It
is now checked by itojun. (Thanks itojun!) Sooner or later, we will
open it to public. Regarding LW-MLDv2, I hope I can finish before the
next IETF (beg. Dec.).

Regards,
--
Hitoshi Asaeda

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Ignatios Souvatzis
2007-10-04 11:04:27 UTC
Permalink
Post by Hitoshi Asaeda
The latest KAME includes the kernel implementation. I think
mcast-tools would be a good examle to know how the (Basic) MSF APIs
can be used.
This is "not integrated into NetBSD"?
Post by Hitoshi Asaeda
---
From here, my personal opinion.
IGMPv3/MLDv2 have very complex concepts; [...]
[...]
Post by Hitoshi Asaeda
I've finished LW-IGMPv3 kernel implementation for NetBSD-current. It
is now checked by itojun. (Thanks itojun!) Sooner or later, we will
open it to public. Regarding LW-MLDv2, I hope I can finish before the
next IETF (beg. Dec.).
Thanks for the explanation. If you need a beta-tester for the v6 code,
send it my way...

Regards,
-iS
--
Seal your e-mail: http://www.gnupg.org/

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Hitoshi Asaeda
2007-10-04 11:25:17 UTC
Permalink
Post by Ignatios Souvatzis
Post by Hitoshi Asaeda
The latest KAME includes the kernel implementation. I think
mcast-tools would be a good examle to know how the (Basic) MSF APIs
can be used.
This is "not integrated into NetBSD"?
None of them is integrated. This situation is however good to
integrate LW-IGMPv3/LW-MLDv2. :)
Post by Ignatios Souvatzis
Thanks for the explanation. If you need a beta-tester for the v6 code,
send it my way...
Thanks. I'll inform you when available.
--
Hitoshi Asaeda

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Loading...