[Xorp-cvs] XORP cvs commit: xorp xorp/docs/user_manual xorp/etc/templates xorp/fea xorp/rtrmgr xorp/xrl/interfaces xorp/xrl/targets

Pavlin Radoslavov pavlin at icir.org
Tue Oct 17 15:26:11 PDT 2006


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2006-10-17 22:26:11 UTC

XORP CVS repository


Modified files:
	.             RELEASE_NOTES 
	docs/user_manual forwarding.tex 
	etc/templates fea.tp 
	fea           fticonfig.cc fticonfig.hh 
	              fticonfig_table_set_click.cc 
	              fticonfig_table_set_iphelper.cc 
	              fticonfig_table_set_netlink.cc 
	              fticonfig_table_set_rtmv2.cc 
	              fticonfig_table_set_rtsock.cc xrl_target.cc 
	              xrl_target.hh 
	rtrmgr        config.boot.sample 
	xrl/interfaces fti.xif fti_xif.cc fti_xif.hh 
	xrl/targets   fea.xrls fea_base.cc fea_base.hh 

Log message:
	Addition of new FEA configuration statements to retain XORP
	unicast forwarding entries on startup or shutdown:
	
	fea {
	    unicast-forwarding4 {
	        forwarding-entries {
	            retain-on-startup: false
	            retain-on-shutdown: false
	        }
	    }
	    unicast-forwarding6 {
	        forwarding-entries {
	            retain-on-startup: false
	            retain-on-shutdown: false
	        }
	    }
	}
	
	The default value for each statement is false.
	Note that those statements prevent the FEA itself from deleting
	the forwarding entries and does not prevent the RIB or any of the
	unicast routing protocols from deleting the entries on shutdown.
	
	This change partially fixes Bugzilla entry #665 and is needed
	for implementing graceful restarting capabilities for the unicast
	routing protocols.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=665

Revision  Changes                                Path
1.137     +25 -1;  commitid: 1668453556d67ea6;   xorp/RELEASE_NOTES
1.12      +59 -15;  commitid: 1668453556d67ea6;  xorp/docs/user_manual/forwarding.tex
1.37      +37 -1;  commitid: 1668453556d67ea6;   xorp/etc/templates/fea.tp
1.53      +99 -11;  commitid: 1668453556d67ea6;  xorp/fea/fticonfig.cc
1.41      +101 -1;  commitid: 1668453556d67ea6;  xorp/fea/fticonfig.hh
1.11      +11 -5;  commitid: 1668453556d67ea6;   xorp/fea/fticonfig_table_set_click.cc
1.8       +10 -5;  commitid: 1668453556d67ea6;   xorp/fea/fticonfig_table_set_iphelper.cc
1.11      +10 -5;  commitid: 1668453556d67ea6;   xorp/fea/fticonfig_table_set_netlink.cc
1.2       +10 -5;  commitid: 1668453556d67ea6;   xorp/fea/fticonfig_table_set_rtmv2.cc
1.14      +10 -5;  commitid: 1668453556d67ea6;   xorp/fea/fticonfig_table_set_rtsock.cc
1.84      +69 -1;  commitid: 1668453556d67ea6;   xorp/fea/xrl_target.cc
1.61      +45 -1;  commitid: 1668453556d67ea6;   xorp/fea/xrl_target.hh
1.42      +9 -1;  commitid: 1668453556d67ea6;    xorp/rtrmgr/config.boot.sample
1.8       +37 -1;  commitid: 1668453556d67ea6;   xorp/xrl/interfaces/fti.xif
1.17      +129 -1;  commitid: 1668453556d67ea6;  xorp/xrl/interfaces/fti_xif.cc
1.15      +97 -1;  commitid: 1668453556d67ea6;   xorp/xrl/interfaces/fti_xif.hh
1.59      +37 -1;  commitid: 1668453556d67ea6;   xorp/xrl/targets/fea.xrls
1.63      +121 -1;  commitid: 1668453556d67ea6;  xorp/xrl/targets/fea_base.cc
1.66      +61 -1;  commitid: 1668453556d67ea6;   xorp/xrl/targets/fea_base.hh



More information about the Xorp-cvs mailing list