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

Atanu Ghosh atanu at icir.org
Wed Feb 14 03:27:18 PST 2007


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu at xorpc.icir.org	2007-02-14 11:27:18 UTC

XORP CVS repository


Modified files:
	ospf          area_router.cc area_router.hh peer.cc peer.hh 
	              peer_manager.cc peer_manager.hh vertex.hh 

Log message:
	In OSPFv3 the Router-LSAs and Network-LSAs no longer carry any
	addressing information, so they next hop information must be extracted
	from Link-LSAs or from the source address of a neighbour hello packet.
	
	Add support for finding the source address of a neighbour.
	
	The set IPv4 address method in the vertex previously took a uint32_t
	and converted it to an IPv4, change this to take an IPv4
	directly. This change was made as the first change required the
	unnecessary specialisation of a number of methods.

Revision  Changes                                 Path
1.225     +40 -11;  commitid: 11edc45d2f2147ea6;  xorp/ospf/area_router.cc
1.111     +16 -2;  commitid: 11edc45d2f2147ea6;   xorp/ospf/area_router.hh
1.245     +38 -1;  commitid: 11edc45d2f2147ea6;   xorp/ospf/peer.cc
1.130     +29 -2;  commitid: 11edc45d2f2147ea6;   xorp/ospf/peer.hh
1.127     +18 -1;  commitid: 11edc45d2f2147ea6;   xorp/ospf/peer_manager.cc
1.80      +17 -1;  commitid: 11edc45d2f2147ea6;   xorp/ospf/peer_manager.hh
1.12      +3 -3;  commitid: 11edc45d2f2147ea6;    xorp/ospf/vertex.hh



More information about the Xorp-cvs mailing list