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

Pavlin Radoslavov pavlin at icir.org
Wed Aug 15 11:55:18 PDT 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-08-15 18:55:18 UTC

XORP CVS repository


Modified files:
	fea           fea_io.cc fea_io.hh fea_node.cc fea_node.hh 
	              io_ip_manager.cc io_ip_manager.hh 
	              io_link_manager.cc io_link_manager.hh 
	              io_tcpudp_manager.cc io_tcpudp_manager.hh 
	              xrl_fea_io.cc xrl_fea_io.hh xrl_fea_node.cc 
	              xrl_fea_node.hh xrl_fea_target.cc 
	              xrl_io_ip_manager.cc xrl_io_link_manager.cc 
	              xrl_io_tcpudp_manager.cc 

Log message:
	* Add mechanism to track the status of XRL targets.
	
	* Use the above mechanism to track the status of receivers
	  that use the I/O for TCP/UDP or raw IP or raw link access:
	  if a receiver goes away, then remove the associated state
	  for that receiver.

Revision  Changes                                 Path
1.2       +130 -1;  commitid: 174746c34b667ea6;   xorp/fea/fea_io.cc
1.2       +105 -1;  commitid: 174746c34b667ea6;   xorp/fea/fea_io.hh
1.12      +8 -6;  commitid: 174746c34b667ea6;     xorp/fea/fea_node.cc
1.11      +13 -2;  commitid: 174746c34b667ea6;    xorp/fea/fea_node.hh
1.9       +54 -3;  commitid: 174746c34b667ea6;    xorp/fea/io_ip_manager.cc
1.10      +62 -12;  commitid: 174746c34b667ea6;   xorp/fea/io_ip_manager.hh
1.5       +49 -3;  commitid: 174746c34b667ea6;    xorp/fea/io_link_manager.cc
1.4       +47 -10;  commitid: 174746c34b667ea6;   xorp/fea/io_link_manager.hh
1.2       +107 -12;  commitid: 174746c34b667ea6;  xorp/fea/io_tcpudp_manager.cc
1.2       +76 -12;  commitid: 174746c34b667ea6;   xorp/fea/io_tcpudp_manager.hh
1.2       +96 -3;  commitid: 174746c34b667ea6;    xorp/fea/xrl_fea_io.cc
1.2       +46 -2;  commitid: 174746c34b667ea6;    xorp/fea/xrl_fea_io.hh
1.14      +9 -8;  commitid: 174746c34b667ea6;     xorp/fea/xrl_fea_node.cc
1.10      +21 -12;  commitid: 174746c34b667ea6;   xorp/fea/xrl_fea_node.hh
1.26      +5 -1;  commitid: 174746c34b667ea6;     xorp/fea/xrl_fea_target.cc
1.4       +4 -2;  commitid: 174746c34b667ea6;     xorp/fea/xrl_io_ip_manager.cc
1.3       +2 -2;  commitid: 174746c34b667ea6;     xorp/fea/xrl_io_link_manager.cc
1.2       +11 -5;  commitid: 174746c34b667ea6;    xorp/fea/xrl_io_tcpudp_manager.cc



More information about the Xorp-cvs mailing list