[Xorp-cvs] XORP cvs commit: xorp/mld6igmp

Pavlin Radoslavov pavlin at icir.org
Tue Jun 6 16:09:04 PDT 2006


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2006-06-06 23:09:04 UTC

XORP CVS repository


Modified files:
	mld6igmp      mld6igmp_member_query.cc mld6igmp_member_query.hh 
	              mld6igmp_node_cli.cc mld6igmp_proto.cc 
	              mld6igmp_vif.cc mld6igmp_vif.hh 
	              xrl_mld6igmp_node.cc 

Log message:
	Add initial pieces for the forthcoming IGMPv3/MLDv2 implementation:
	
	* Remove the source address from the MemberQuery class, because it
	  is unused and shouldn't be there. Instead, Use IPvX::ZERO() for
	  the source address everywhere we need to send
	  join_prune_notify_routing() for a group-specific entry.
	* Add initial processing stubs for some of the IGMPv3/MLDv2 specific
	  messages.
	* Add encoding/decoding for the IGMPv3/MLDv2 floating-point
	  representation format.
	* Join the SSM-routers multicast group on each activated interface:
	  224.0.0.22/FF02::16.
	* Misc. cleanup.

Revision  Changes                                 Path
1.19      +4 -7;  commitid: ca704486075a7ea6;     xorp/mld6igmp/mld6igmp_member_query.cc
1.9       +12 -15;  commitid: ca704486075a7ea6;   xorp/mld6igmp/mld6igmp_member_query.hh
1.24      +2 -2;  commitid: ca704486075a7ea6;     xorp/mld6igmp/mld6igmp_node_cli.cc
1.25      +476 -63;  commitid: ca704486075a7ea6;  xorp/mld6igmp/mld6igmp_proto.cc
1.51      +82 -47;  commitid: ca704486075a7ea6;   xorp/mld6igmp/mld6igmp_vif.cc
1.27      +31 -11;  commitid: ca704486075a7ea6;   xorp/mld6igmp/mld6igmp_vif.hh
1.54      +3 -3;  commitid: ca704486075a7ea6;     xorp/mld6igmp/xrl_mld6igmp_node.cc



More information about the Xorp-cvs mailing list