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

Atanu Ghosh atanu@icir.org
Thu, 15 Sep 2005 04:47:49 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-09-15 04:47:49 UTC

XORP CVS repository


Modified files:
	ospf          peer.cc peer.hh 

Log message:
	Start the hello timer on entering the "Waiting" state.
	
	It is now fatal to receive the "WaitTimer" event in any state other
	than "Waiting".
	
	It is now fatal to receive the "BackupSeen" event in any state other
	than "Waiting".
	
	Event "BackupSeen" now stops the wait timer.
	
	The designated router computation is run when there is a "BackupSeen"
	or "NeighbourChange" event.
	
	The "BackupSeen" event is only valid in state "Waiting", the
	"NeighbourChange" event is only valid in states "Backup", "DR" or
	"DRother".
	
	Previously the event "BackupSeen" would never have been generated. It
	was also possible for a "NeighbourChange" event to happen in state
	"Waiting".

Revision  Changes                                Path
1.148     +41 -25;  commitid: e7924328fcf47ea6;  xorp/ospf/peer.cc
1.95      +3 -1;  commitid: e7924328fcf47ea6;    xorp/ospf/peer.hh