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

Atanu Ghosh atanu@icir.org
Fri, 10 Feb 2006 04:35:03 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2006-02-10 04:35:03 UTC

XORP CVS repository


Modified files:
	ospf          peer_manager.cc 

Log message:
	If a command of the form:
	create protocols ospf4 area 0.0.0.0 interface rl0 vif rl0 address 1.1.1.1
	
	Fails due to an incorrect address then the area will have been
	created.
	
	Subsequent commands with the correct address were failing because the
	area already existed. If an attempt to create an area would normally
	fail due to the area already existing just return true.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=353

Revision  Changes                              Path
1.107     +5 -3;  commitid: d3a243ec17f77ea6;  xorp/ospf/peer_manager.cc