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

Atanu Ghosh atanu@icir.org
Wed, 16 Nov 2005 22:35:39 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-11-16 22:35:39 UTC

XORP CVS repository


Modified files:
	ospf          peer_manager.cc vlink.cc vlink.hh 

Log message:
	A virtual link is configured in area 0.0.0.0 but refers to a transit
	area. Depending on the order of the area statements in the
	configuration file a virtual area may be configured through an area
	before ospf has any knowledge of this area. On area creation and
	deletion check to see if virtual links should be installed in the new
	areas. An area being deleted and then being put back should also work
	correctly.
	
	The relevant methods in Vlink have all been made const.

Revision  Changes                                 Path
1.88      +40 -12;  commitid: 13e30437bb43a7ea6;  xorp/ospf/peer_manager.cc
1.4       +71 -9;  commitid: 13e30437bb43a7ea6;   xorp/ospf/vlink.cc
1.4       +34 -7;  commitid: 13e30437bb43a7ea6;   xorp/ospf/vlink.hh