[Xorp-cvs] XORP cvs commit: xorp/pim xorp/rib xorp/rib/tools xorp/rip xorp/xrl/interfaces xorp/xrl/targets

Pavlin Radoslavov pavlin@icir.org
Wed, 4 Jan 2006 05:55:30 GMT


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

XORP CVS repository


Modified files:
	pim           xrl_pim_node.cc 
	rib           main_rib.cc redist_xrl.cc redist_xrl.hh 
	              rib_manager.cc rib_manager.hh xrl_target.cc 
	              xrl_target.hh 
	rib/tools     show_routes.cc 
	rip           xrl_redist_manager.cc 
	xrl/interfaces rib.xif rib_xif.cc rib_xif.hh 
	xrl/targets   rib.xrls rib_base.cc rib_base.hh 

Log message:
	Add network_prefix argument to the redist_enable{4,6} and
	redist_transaction_enable{4,6} XRLs. This argument is used
	to redistribute only the routes that fall into this prefix
	address.
	
	We need this change so in the future we can modify the show_routes
	command to show only a subset of the routing table without
	getting the whole table.
	
	Requested by:   Michael Larson

Revision  Changes                               Path
1.92      +3 -1;  commitid: c6ba43bb62337ea6;   xorp/pim/xrl_pim_node.cc
1.27      +3 -1;  commitid: c6ba43bb62337ea6;   xorp/rib/main_rib.cc
1.22      +11 -3;  commitid: c6ba43bb62337ea6;  xorp/rib/redist_xrl.cc
1.9       +4 -1;  commitid: c6ba43bb62337ea6;   xorp/rib/redist_xrl.hh
1.49      +17 -7;  commitid: c6ba43bb62337ea6;  xorp/rib/rib_manager.cc
1.33      +7 -1;  commitid: c6ba43bb62337ea6;   xorp/rib/rib_manager.hh
1.18      +8 -4;  commitid: c6ba43bb62337ea6;   xorp/rib/tools/show_routes.cc
1.56      +13 -5;  commitid: c6ba43bb62337ea6;  xorp/rib/xrl_target.cc
1.32      +33 -1;  commitid: c6ba43bb62337ea6;  xorp/rib/xrl_target.hh
1.11      +5 -3;  commitid: c6ba43bb62337ea6;   xorp/rip/xrl_redist_manager.cc
1.21      +37 -1;  commitid: c6ba43bb62337ea6;  xorp/xrl/interfaces/rib.xif
1.31      +9 -1;  commitid: c6ba43bb62337ea6;   xorp/xrl/interfaces/rib_xif.cc
1.30      +33 -1;  commitid: c6ba43bb62337ea6;  xorp/xrl/interfaces/rib_xif.hh
1.33      +33 -5;  commitid: c6ba43bb62337ea6;  xorp/xrl/targets/rib.xrls
1.36      +13 -9;  commitid: c6ba43bb62337ea6;  xorp/xrl/targets/rib_base.cc
1.39      +33 -1;  commitid: c6ba43bb62337ea6;  xorp/xrl/targets/rib_base.hh