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

Atanu Ghosh atanu@icir.org
Wed, 12 Oct 2005 06:11:06 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-10-12 06:11:06 UTC

XORP CVS repository


Modified files:
	ospf          peer.cc peer.hh 

Log message:
	Refactor the initialisation of links that are included in Router-LSAs.
	
	In the case of Point-2-Point links set the link id to the neighbours
	router ID and not its interface address. Also generate a stub link
	that describes the network or host route to the neighbour, the stub
	link was previously being generated but not making it to the
	Router-LSA.
	
	Comment out get_p2p_neighbour_address() which is no longer required.

Revision  Changes                                Path
1.169     +60 -19;  commitid: 4cd3434ca8f97ea6;  xorp/ospf/peer.cc
1.102     +3 -1;  commitid: 4cd3434ca8f97ea6;    xorp/ospf/peer.hh