[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 04038) Source Specific Multicasting:(SSM) in USAGI project
- To: usagi-users@xxxxxxxxxxxxxx
- Subject: (usagi-users 04038) Source Specific Multicasting:(SSM) in USAGI project
- From: "Mark Ryden" <markryde@xxxxxxxxx>
- Date: Tue, 22 Apr 2008 14:46:32 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=ciFJOojxeNJcj9Ell8LdnnSmI6vf2VjYO0rT4PB5prU=; b=HY5Jpr71F+TVPz+8Yl7laUUmx+kxG0QjI7RWXgCP9OzOLQ4zpzH5UOiLjJsWJuZNQVNhEVw6CWaT/C2sWV0e6Zf4dVrCyNXoIpG5aXqRDCGRzaOWLZO27JLql0d1/eiGK4ETuFiOCyjSWjsrvqmjvb2Wt51nvOoW3zUnPgvJNLA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=EZiLFWpwPaoUOFM6R4CA2OQwdb1OZcOZuKpUQhSF69gwiUMRd/ZrbpkE5aHSz08s0PiBMqu5GBdHuxzWcO18RD6B+LG4U7pCGgGkU7abz9d6qkCPMPFBzPD0uGPDZhHhR4hEwF5XUJvvZ66lRgKWw2gtVCaDFPmTziGnksVwBQc=
- Reply-to: usagi-users@xxxxxxxxxxxxxx
Hello,
First, I am a newbie to USAGI. You are doing a great job !
Second, I have a question regarding USAGI IPV6 Source Specific Multicasting:
as I probed into the code of USAGI, (both kernel and mcast-tools), my
first impression is that in the kernel there **is** support for
Source Specific Multicasting (SSM) whereas in mcast-tools (I talk about
the usagi git tree) there is **no** support yet for Source Specific
Multicasting
(SSM). For example, I see MCAST_JOIN_SOURCE_GROUP/MCAST_LEAVE_SOURCE_GROUP
are handled in do_ipv6_setsockopt() (net/ipv6/ipv6_sockglue.c)
Yet I did not found support for SSM in mcast-tools.
As I said, I am a newbie on these matters, so I just want to verify:
Am I right on this ?
Regards,
Mark Ryden