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

Atanu Ghosh atanu@icir.org
Mon, 14 Nov 2005 19:33:31 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-11-14 19:33:31 UTC

XORP CVS repository


Modified files:
	ospf          Makefile.am Makefile.in area_router.cc 
	              area_router.hh ospf.cc ospf.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 

Added files:
	ospf          vlink.cc vlink.hh 

Log message:
	Initial virtual link support.

Revision  Changes                                Path
1.23      +3 -1;  commitid: a54d4378e6867ea6;    xorp/ospf/Makefile.am
1.20      +4 -3;  commitid: a54d4378e6867ea6;    xorp/ospf/Makefile.in
1.145     +23 -1;  commitid: a54d4378e6867ea6;   xorp/ospf/area_router.cc
1.83      +11 -1;  commitid: a54d4378e6867ea6;   xorp/ospf/area_router.hh
1.53      +41 -1;  commitid: a54d4378e6867ea6;   xorp/ospf/ospf.cc
1.74      +23 -1;  commitid: a54d4378e6867ea6;   xorp/ospf/ospf.hh
1.77      +43 -1;  commitid: a54d4378e6867ea6;   xorp/ospf/peer_manager.cc
1.53      +23 -1;  commitid: a54d4378e6867ea6;   xorp/ospf/peer_manager.hh
1.1       +104 -0                                xorp/ospf/vlink.cc (new)
1.1       +50 -0                                 xorp/ospf/vlink.hh (new)
1.23      +46 -1;  commitid: a54d4378e6867ea6;   xorp/ospf/xrl_target.cc
1.16      +36 -1;  commitid: a54d4378e6867ea6;   xorp/ospf/xrl_target.hh
1.11      +28 -1;  commitid: a54d4378e6867ea6;   xorp/xrl/interfaces/ospfv2.xif
1.12      +101 -1;  commitid: a54d4378e6867ea6;  xorp/xrl/interfaces/ospfv2_xif.cc
1.12      +75 -1;  commitid: a54d4378e6867ea6;   xorp/xrl/interfaces/ospfv2_xif.hh
1.14      +28 -1;  commitid: a54d4378e6867ea6;   xorp/xrl/targets/ospfv2.xrls
1.14      +93 -1;  commitid: a54d4378e6867ea6;   xorp/xrl/targets/ospfv2_base.cc
1.14      +48 -1;  commitid: a54d4378e6867ea6;   xorp/xrl/targets/ospfv2_base.hh