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

Pavlin Radoslavov pavlin@icir.org
Thu, 2 Feb 2006 02:44:30 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-02-02 02:44:30 UTC

XORP CVS repository


Modified files:
	bgp           Makefile.am Makefile.in bgp.cc bgp.hh dummy_main.cc 

Log message:
	Add a mechanism for BGP to obtain the network interface information
	from the FEA so BGP can test whether a neighbor is directly-connected,
	etc.
	
	The code is based on the corresponding OSPF implementation, but
	currently it is not enabled (see the TODO markers in the diff).
	After the TODO tweaks are done, then the interface manager should
	be activated/deactivated by calling BGPMain::startup() and shutdown()
	respectively.
	
	Requested by:   Atanu Ghosh

Revision  Changes                                 Path
1.43      +5 -1;  commitid: 16b4c43e170fb7ea6;    xorp/bgp/Makefile.am
1.57      +29 -1;  commitid: 16b4c43e170fb7ea6;   xorp/bgp/Makefile.in
1.66      +460 -2;  commitid: 16b4c43e170fb7ea6;  xorp/bgp/bgp.cc
1.54      +210 -2;  commitid: 16b4c43e170fb7ea6;  xorp/bgp/bgp.hh
1.14      +33 -1;  commitid: 16b4c43e170fb7ea6;   xorp/bgp/dummy_main.cc