[Xorp-cvs] XORP cvs commit: xorp/fea xorp/fea/forwarding_plane/fibconfig

Pavlin Radoslavov pavlin at icir.org
Sun Apr 29 22:59:35 PDT 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-04-30 05:59:35 UTC

XORP CVS repository


Modified files:
	fea           fibconfig_entry_get.hh fibconfig_table_get.hh 
	              netlink_socket_utils.cc netlink_socket_utils.hh 
	              routing_socket_utils.cc routing_socket_utils.hh 
	fea/forwarding_plane/fibconfig 
	                               fibconfig_entry_get_netlink_socket.cc 
	                               fibconfig_entry_get_routing_socket.cc 
	                               fibconfig_entry_get_rtmv2.cc 
	                               fibconfig_entry_parse_netlink_socket.cc 
	                               fibconfig_entry_parse_routing_socket.cc 
	                               fibconfig_table_get_netlink_socket.cc 
	                               fibconfig_table_get_sysctl.cc 
	                               fibconfig_table_observer_netlink_socket.cc 
	                               fibconfig_table_observer_routing_socket.cc 
	                               fibconfig_table_observer_rtmv2.cc 
	                               fibconfig_table_parse_netlink_socket.cc 
	                               fibconfig_table_parse_routing_socket.cc 

Log message:
	* Moved method FibConfigEntryGet::parse_buffer_rtm() to
	  class FibConfigEntryGetRtsock and rename it to
	  parse_buffer_routing_socket().
	  Also, add IfTree as one of the arguments and make it a static method.
	
	* Moved method FibConfigEntryGet::parse_buffer_nlm() to
	  class FibConfigEntryGetNetlink and rename it to
	  parse_buffer_netlink_socket().
	  Also, add IfTree as one of the arguments and make it a static method.
	
	* Moved method FibConfigTableGet::parse_buffer_rtm() to
	  class FibConfigTableGetSysctl and rename it to
	  parse_buffer_routing_socket().
	  Also, add IfTree as one of the arguments and make it a static method.
	
	* Moved method FibConfigTableGet::parse_buffer_nlm() to
	  class FibConfigTableGetNetlink and rename it to
	  parse_buffer_netlink_socket().
	  Also, add IfTree as one of the arguments and make it a static method.
	
	* Reorder the first two arguments of RtmUtils::rtm_get_to_fte_cfg()
	  (for consistency with the above "parse_buffer_routing_socket()" methods.
	
	* Reorder the first two arguments of NlmUtils::nlm_get_to_fte_cfg()
	  (for consistency with the above "parse_buffer_netlink_socket()" methods.

Revision  Changes                                 Path
1.5       +39 -34;  commitid: 13c0f463582f27ea6;  xorp/fea/fibconfig_entry_get.hh
1.5       +46 -41;  commitid: 13c0f463582f27ea6;  xorp/fea/fibconfig_table_get.hh
1.5       +3 -2;  commitid: 13c0f463582f27ea6;    xorp/fea/forwarding_plane/fibconfig/fibconfig_entry_get_netlink_socket.cc
1.6       +5 -3;  commitid: 13c0f463582f27ea6;    xorp/fea/forwarding_plane/fibconfig/fibconfig_entry_get_routing_socket.cc
1.6       +6 -3;  commitid: 13c0f463582f27ea6;    xorp/fea/forwarding_plane/fibconfig/fibconfig_entry_get_rtmv2.cc
1.5       +10 -6;  commitid: 13c0f463582f27ea6;   xorp/fea/forwarding_plane/fibconfig/fibconfig_entry_parse_netlink_socket.cc
1.6       +9 -7;  commitid: 13c0f463582f27ea6;    xorp/fea/forwarding_plane/fibconfig/fibconfig_entry_parse_routing_socket.cc
1.5       +3 -2;  commitid: 13c0f463582f27ea6;    xorp/fea/forwarding_plane/fibconfig/fibconfig_table_get_netlink_socket.cc
1.6       +4 -2;  commitid: 13c0f463582f27ea6;    xorp/fea/forwarding_plane/fibconfig/fibconfig_table_get_sysctl.cc
1.5       +12 -9;  commitid: 13c0f463582f27ea6;   xorp/fea/forwarding_plane/fibconfig/fibconfig_table_observer_netlink_socket.cc
1.6       +11 -9;  commitid: 13c0f463582f27ea6;   xorp/fea/forwarding_plane/fibconfig/fibconfig_table_observer_routing_socket.cc
1.6       +11 -9;  commitid: 13c0f463582f27ea6;   xorp/fea/forwarding_plane/fibconfig/fibconfig_table_observer_rtmv2.cc
1.5       +12 -8;  commitid: 13c0f463582f27ea6;   xorp/fea/forwarding_plane/fibconfig/fibconfig_table_parse_netlink_socket.cc
1.6       +11 -8;  commitid: 13c0f463582f27ea6;   xorp/fea/forwarding_plane/fibconfig/fibconfig_table_parse_routing_socket.cc
1.41      +2 -2;  commitid: 13c0f463582f27ea6;    xorp/fea/netlink_socket_utils.cc
1.19      +3 -3;  commitid: 13c0f463582f27ea6;    xorp/fea/netlink_socket_utils.hh
1.40      +3 -3;  commitid: 13c0f463582f27ea6;    xorp/fea/routing_socket_utils.cc
1.10      +4 -4;  commitid: 13c0f463582f27ea6;    xorp/fea/routing_socket_utils.hh



More information about the Xorp-cvs mailing list