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

Atanu Ghosh atanu at icir.org
Mon Nov 12 21:30:34 PST 2007


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu at xorpc.icir.org	2007-11-13 05:30:34 UTC

XORP CVS repository


Modified files:
	ospf          area_router.cc area_router.hh peer_manager.cc 
	              peer_manager.hh routing_table.cc 

Log message:
	Add support for replacing a summary route, previously a replace would
	be turned into a delete followed by and add. This was causing summary
	LSAs to be withdrawn and then announced. Now if a metric change occurs
	the old LSA is replaced internally with a new LSA with the sequence
	number taken from the old LSA. Externally the original LSA is seen
	with an incremented sequence number and a new metric.

Revision  Changes                              Path
1.290     +78 -1;  commitid: ff3473936707ea6;  xorp/ospf/area_router.cc
1.138     +9 -1;  commitid: ff3473936707ea6;   xorp/ospf/area_router.hh
1.153     +39 -1;  commitid: ff3473936707ea6;  xorp/ospf/peer_manager.cc
1.96      +13 -1;  commitid: ff3473936707ea6;  xorp/ospf/peer_manager.hh
1.65      +6 -3;  commitid: ff3473936707ea6;   xorp/ospf/routing_table.cc



More information about the Xorp-cvs mailing list