[Xorp-cvs] XORP cvs commit: xorp/ospf xorp/xrl/interfaces xorp/xrl/targets

Atanu Ghosh atanu@icir.org
Fri, 4 Nov 2005 18:56:28 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-11-04 18:56:28 UTC

XORP CVS repository


Modified files:
	ospf          ospf.cc ospf.hh peer.cc peer.hh peer_manager.cc 
	              peer_manager.hh xrl_target.cc xrl_target.hh 
	xrl/interfaces ospfv2.xif ospfv2_xif.cc ospfv2_xif.hh 
	xrl/targets   ospfv2.xrls ospfv2_base.cc ospfv2_base.hh 

Log message:
	The list of neighbours and individual neighbour info is now available
	via XRLs. The valid field has been removed as it was not useful and
	a deadtime field has been added.
	
	All of the timer values current return zero.

Revision  Changes                                Path
1.49      +19 -1;  commitid: ec16436baed77ea6;   xorp/ospf/ospf.cc
1.66      +34 -1;  commitid: ec16436baed77ea6;   xorp/ospf/ospf.hh
1.172     +76 -1;  commitid: ec16436baed77ea6;   xorp/ospf/peer.cc
1.103     +40 -1;  commitid: ec16436baed77ea6;   xorp/ospf/peer.hh
1.71      +36 -1;  commitid: ec16436baed77ea6;   xorp/ospf/peer_manager.cc
1.50      +16 -1;  commitid: ec16436baed77ea6;   xorp/ospf/peer_manager.hh
1.20      +45 -16;  commitid: ec16436baed77ea6;  xorp/ospf/xrl_target.cc
1.13      +3 -3;  commitid: ec16436baed77ea6;    xorp/ospf/xrl_target.hh
1.8       +5 -5;  commitid: ec16436baed77ea6;    xorp/xrl/interfaces/ospfv2.xif
1.9       +4 -4;  commitid: ec16436baed77ea6;    xorp/xrl/interfaces/ospfv2_xif.cc
1.9       +2 -2;  commitid: ec16436baed77ea6;    xorp/xrl/interfaces/ospfv2_xif.hh
1.11      +4 -4;  commitid: ec16436baed77ea6;    xorp/xrl/targets/ospfv2.xrls
1.11      +4 -4;  commitid: ec16436baed77ea6;    xorp/xrl/targets/ospfv2_base.cc
1.11      +4 -4;  commitid: ec16436baed77ea6;    xorp/xrl/targets/ospfv2_base.hh