[Xorp-cvs] XORP cvs commit: xorp/etc/templates xorp/rip xorp/rip/tools xorp/xrl/interfaces xorp/xrl/targets

Pavlin Radoslavov pavlin at icir.org
Wed Nov 21 02:37:37 PST 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-11-21 10:37:37 UTC

XORP CVS repository


Modified files:
	etc/templates rip.tp ripng.tp 
	rip           redist.cc redist.hh xorp_rip_main.cc 
	              xrl_redist_manager.cc xrl_redist_manager.hh 
	              xrl_target_common.hh xrl_target_rip.cc 
	              xrl_target_rip.hh xrl_target_ripng.cc 
	              xrl_target_ripng.hh 
	rip/tools     xrl_rip_shell_funcs.sh xrl_ripng_shell_funcs.sh 
	xrl/interfaces rip.xif rip_xif.cc rip_xif.hh ripng.xif 
	               ripng_xif.cc ripng_xif.hh 
	xrl/targets   Makefile.am rip.tgt rip.xrls rip_base.cc 
	              rip_base.hh ripng.tgt ripng.xrls ripng_base.cc 
	              ripng_base.hh 

Log message:
	Removed the old RIP-specific mechanism for exporting routes from
	another protocol, because it has been superseded by the generic
	policy manager mechanism.

Revision  Changes                                 Path
1.47      +1 -13;  commitid: b232474409d57ea6;    xorp/etc/templates/rip.tp
1.42      +1 -14;  commitid: b232474409d57ea6;    xorp/etc/templates/ripng.tp
1.14      +4 -42;  commitid: b232474409d57ea6;    xorp/rip/redist.cc
1.11      +6 -51;  commitid: b232474409d57ea6;    xorp/rip/redist.hh
1.18      +0 -66;  commitid: b232474409d57ea6;    xorp/rip/tools/xrl_rip_shell_funcs.sh
1.16      +0 -66;  commitid: b232474409d57ea6;    xorp/rip/tools/xrl_ripng_shell_funcs.sh
1.18      +2 -2;  commitid: b232474409d57ea6;     xorp/rip/xorp_rip_main.cc
1.19      +16 -488;  commitid: b232474409d57ea6;  xorp/rip/xrl_redist_manager.cc
1.13      +7 -42;  commitid: b232474409d57ea6;    xorp/rip/xrl_redist_manager.hh
1.34      +4 -96;  commitid: b232474409d57ea6;    xorp/rip/xrl_target_common.hh
1.41      +0 -55;  commitid: b232474409d57ea6;    xorp/rip/xrl_target_rip.cc
1.28      +1 -29;  commitid: b232474409d57ea6;    xorp/rip/xrl_target_rip.hh
1.34      +0 -55;  commitid: b232474409d57ea6;    xorp/rip/xrl_target_ripng.cc
1.27      +1 -29;  commitid: b232474409d57ea6;    xorp/rip/xrl_target_ripng.hh
1.20      +0 -17;  commitid: b232474409d57ea6;    xorp/xrl/interfaces/rip.xif
1.18      +1 -69;  commitid: b232474409d57ea6;    xorp/xrl/interfaces/rip_xif.cc
1.16      +1 -52;  commitid: b232474409d57ea6;    xorp/xrl/interfaces/rip_xif.hh
1.15      +0 -17;  commitid: b232474409d57ea6;    xorp/xrl/interfaces/ripng.xif
1.16      +1 -69;  commitid: b232474409d57ea6;    xorp/xrl/interfaces/ripng_xif.cc
1.14      +1 -52;  commitid: b232474409d57ea6;    xorp/xrl/interfaces/ripng_xif.hh
1.69      +1 -3;  commitid: b232474409d57ea6;     xorp/xrl/targets/Makefile.am
1.7       +1 -3;  commitid: b232474409d57ea6;     xorp/xrl/targets/rip.tgt
1.33      +1 -63;  commitid: b232474409d57ea6;    xorp/xrl/targets/rip.xrls
1.33      +1 -197;  commitid: b232474409d57ea6;   xorp/xrl/targets/rip_base.cc
1.36      +1 -116;  commitid: b232474409d57ea6;   xorp/xrl/targets/rip_base.hh
1.8       +1 -3;  commitid: b232474409d57ea6;     xorp/xrl/targets/ripng.tgt
1.33      +1 -63;  commitid: b232474409d57ea6;    xorp/xrl/targets/ripng.xrls
1.33      +1 -197;  commitid: b232474409d57ea6;   xorp/xrl/targets/ripng_base.cc
1.36      +1 -116;  commitid: b232474409d57ea6;   xorp/xrl/targets/ripng_base.hh



More information about the Xorp-cvs mailing list