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

Atanu Ghosh atanu@icir.org
Thu, 8 Sep 2005 20:33:32 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-09-08 20:33:32 UTC

XORP CVS repository


Modified files:
	ospf          area_router.cc 

Log message:
	If a self originated LSA arrives which has a higher sequence number
	than our current database copy; then it is necessary to copy this
	sequence number plus one into our LSA and send it back.
	
	We did this correctly but update() had not been called to write the
	sequence number back into the packet.

Revision  Changes                              Path
1.80      +2 -1;  commitid: fa7b4320a01b7ea6;  xorp/ospf/area_router.cc