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

Pavlin Radoslavov pavlin at icir.org
Mon Jul 3 20:10:17 PDT 2006


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2006-07-04 03:10:17 UTC

XORP CVS repository


Modified files:
	mld6igmp      mld6igmp_node_cli.cc 

Log message:
	Print SSM-related info when we run command "show igmp group" or
	"show mld group". The new fields are "V" for protocol version, and
	"State" for group or source entry state. Now the output looks like:
	
	username at hostname> show igmp group
	Interface    Group           Source          LastReported Timeout V State
	eth0         224.0.0.2       0.0.0.0         172.16.1.37      169 3     E
	eth0         224.0.0.22      0.0.0.0         172.16.1.37      169 3     E
	eth0         224.0.0.251     0.0.0.0         172.16.1.37      169 2     E
	eth0         224.0.1.20      0.0.0.0         172.16.1.37        0 3     I
	eth0         224.0.1.20      1.2.3.4         172.16.1.37        0 3     F
	eth0         239.255.255.253 0.0.0.0         172.16.1.33      166 2     E
	
	The state can be:
	- "I" = INCLUDE (for group entry)
	- "E" = EXCLUDE (for group entry)
	- "F" = Forward (for source entry)
	- "D" = Don't forward (for source entry)

Revision  Changes                                Path
1.28      +88 -11;  commitid: 5d2744a9db897ea6;  xorp/mld6igmp/mld6igmp_node_cli.cc



More information about the Xorp-cvs mailing list