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

Atanu Ghosh atanu@icir.org
Mon, 6 Mar 2006 07:21:34 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2006-03-06 07:21:34 UTC

XORP CVS repository


Modified files:
	ospf          peer.cc 

Log message:
	If a link type was configured as point-to-point ("p2p") and no
	neighbour was configured then assert was being hit. The incorrect
	assumption was that if point-to-point was configured then a neighbour
	was also configured.
	
	The simplest fix before the 1.2 release is to change the assert to an
	error message. A neighbour must still be configured for point-to-point
	to work. Also adding/removing a neighbour will now update the
	Router-LSA.
	
	A better fix would be derive the neighbour information as suggested by
	Hasso Tepper.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=554

Revision  Changes                              Path
1.231     +8 -2;  commitid: f05d440be2fc7ea6;  xorp/ospf/peer.cc