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

Atanu Ghosh atanu@icir.org
Sun, 26 Feb 2006 09:21:00 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2006-02-26 09:21:00 UTC

XORP CVS repository


Modified files:
	etc/templates ospfv2.tp 
	ospf          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 

Log message:
	For stub and nssa areas provide a configuration option to allow
	a default route to be introduced if the router is an area border
	router. Also provide a configuration option to allow summaries to be
	enabled/disabled.
	
	    default-metric {
	        disable:        toggle = false;
	        metric:         u32 = 0;
	    }
	
	    summaries {
	        disable:        toggle = false;
	    }

Revision  Changes                                 Path
1.40      +39 -1;  commitid: 150a2440172f67ea6;   xorp/etc/templates/ospfv2.tp
1.202     +293 -2;  commitid: 150a2440172f67ea6;  xorp/ospf/area_router.cc
1.100     +75 -1;  commitid: 150a2440172f67ea6;   xorp/ospf/area_router.hh
1.66      +28 -1;  commitid: 150a2440172f67ea6;   xorp/ospf/ospf.cc
1.87      +18 -1;  commitid: 150a2440172f67ea6;   xorp/ospf/ospf.hh
1.111     +72 -3;  commitid: 150a2440172f67ea6;   xorp/ospf/peer_manager.cc
1.67      +26 -1;  commitid: 150a2440172f67ea6;   xorp/ospf/peer_manager.hh
1.29      +43 -1;  commitid: 150a2440172f67ea6;   xorp/ospf/xrl_target.cc
1.21      +27 -1;  commitid: 150a2440172f67ea6;   xorp/ospf/xrl_target.hh
1.17      +21 -1;  commitid: 150a2440172f67ea6;   xorp/xrl/interfaces/ospfv2.xif
1.18      +103 -1;  commitid: 150a2440172f67ea6;  xorp/xrl/interfaces/ospfv2_xif.cc
1.18      +66 -1;  commitid: 150a2440172f67ea6;   xorp/xrl/interfaces/ospfv2_xif.hh
1.20      +17 -1;  commitid: 150a2440172f67ea6;   xorp/xrl/targets/ospfv2.xrls
1.20      +94 -1;  commitid: 150a2440172f67ea6;   xorp/xrl/targets/ospfv2_base.cc
1.20      +39 -1;  commitid: 150a2440172f67ea6;   xorp/xrl/targets/ospfv2_base.hh