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

Atanu Ghosh atanu@icir.org
Fri, 21 Oct 2005 22:09:31 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-10-21 22:09:31 UTC

XORP CVS repository


Modified files:
	ospf          external.cc 

Log message:
	1) When the first route is redistributed cause the generation of a new
	Router-LSA with BIT E set. When the last route is withdrawn generate a
	new Router-LSA with BIT E unset.
	
	2) Passing 0 instead of A::ZERO().
	
	3) maxage_reached() has an over aggresive assert that only non self
	originated AS-External-LSAs can reach MaxAge. The method is also used
	to withdraw self originated AS-External-LSAs.
	
	4) Typo, testing for != end() as opposed to == end().

Revision  Changes                               Path
1.10      +8 -4;  commitid: 152a34359671b7ea6;  xorp/ospf/external.cc