[Xorp-cvs] XORP cvs commit: xorp xorp/etc/templates xorp/fea xorp/fea/data_plane/fibconfig xorp/xrl/interfaces xorp/xrl/targets

Pavlin Radoslavov pavlin at icir.org
Thu Aug 9 00:03:26 PDT 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-08-09 07:03:26 UTC

XORP CVS repository


Modified files:
	.             RELEASE_NOTES 
	etc/templates fea.tp 
	fea           fibconfig.cc fibconfig.hh xrl_fea_target.cc 
	              xrl_fea_target.hh 
	fea/data_plane/fibconfig fibconfig_entry_get_netlink_socket.cc 
	                         fibconfig_entry_set_netlink_socket.cc 
	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 set the IPv4/IPv6
	unicast forwarding table IDs:
	fea {
	    unicast-forwarding4 {
	        table-id: 254
	    }
	    unicast-forwarding6 {
	        table-id: 254
	    }
	}
	
	If the table ID is not configured, the FEA will use the default
	table ID for the system.
	Note that not all systems support multiple forwarding tables.
	Currently, they exist only on Linux (among all systems supported by XORP).
	
	Note that if a system doesn't support multiple forwarding tables,
	then the configuration will still succeed (instead of returning
	an error that indicates the data plane doesn't support multiple
	forwarding tables).
	This is because currently it is not trivial to test whether the
	data plane supports multiple forwarding tables.
	
	Requested by:   Ben Greear <greearb AT candelatech.com>
	Approved by:    Atanu Ghosh

Revision  Changes                              Path
1.182     +18 -2;  commitid: 21646babb0b7ea6;  xorp/RELEASE_NOTES
1.40      +15 -1;  commitid: 21646babb0b7ea6;  xorp/etc/templates/fea.tp
1.12      +6 -2;  commitid: 21646babb0b7ea6;   xorp/fea/data_plane/fibconfig/fibconfig_entry_get_netlink_socket.cc
1.11      +11 -3;  commitid: 21646babb0b7ea6;  xorp/fea/data_plane/fibconfig/fibconfig_entry_set_netlink_socket.cc
1.13      +65 -1;  commitid: 21646babb0b7ea6;  xorp/fea/fibconfig.cc
1.12      +87 -1;  commitid: 21646babb0b7ea6;  xorp/fea/fibconfig.hh
1.25      +39 -1;  commitid: 21646babb0b7ea6;  xorp/fea/xrl_fea_target.cc
1.16      +27 -1;  commitid: 21646babb0b7ea6;  xorp/fea/xrl_fea_target.hh
1.10      +19 -1;  commitid: 21646babb0b7ea6;  xorp/xrl/interfaces/fti.xif
1.20      +69 -1;  commitid: 21646babb0b7ea6;  xorp/xrl/interfaces/fti_xif.cc
1.18      +53 -1;  commitid: 21646babb0b7ea6;  xorp/xrl/interfaces/fti_xif.hh
1.69      +21 -1;  commitid: 21646babb0b7ea6;  xorp/xrl/targets/fea.xrls
1.73      +63 -1;  commitid: 21646babb0b7ea6;  xorp/xrl/targets/fea_base.cc
1.77      +35 -1;  commitid: 21646babb0b7ea6;  xorp/xrl/targets/fea_base.hh



More information about the Xorp-cvs mailing list