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

Atanu Ghosh atanu at icir.org
Wed Mar 21 18:44:45 PDT 2007


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu at xorpc.icir.org	2007-03-22 01:44:45 UTC

XORP CVS repository


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

Log message:
	Monitor the change of status of an interface/vif previously only the
	status change of an interface/vif/address was being monitored.
	
	In OSPFv2 as only one address is allowed per interface/vif an
	interface/vif/address being disabled meant that the interface had gone
	down. In OSPFv3 an address being removed from an interface can send
	this signal, so removing an address from an interface was taking the
	interface down.
	
	Now an interface/vif going down is a signal that the interface has
	gone down.
	
	In OSPFv2 an interface/vif/address going down is ignored and for
	OSPFv3 is a signal to recompute the router Link-LSA.

Revision  Changes                               Path
1.107     +14 -1;  commitid: 169f4601df8c7ea6;  xorp/ospf/ospf.hh
1.140     +41 -8;  commitid: 169f4601df8c7ea6;  xorp/ospf/peer_manager.cc
1.89      +8 -1;  commitid: 169f4601df8c7ea6;   xorp/ospf/peer_manager.hh



More information about the Xorp-cvs mailing list