[Xorp-cvs] XORP cvs commit: xorp/fea xorp/fea/data_plane/ifconfig

Pavlin Radoslavov pavlin at icir.org
Fri May 9 11:11:53 PDT 2008


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	pavlin at chum.icir.org	2008-05-09 18:11:53 UTC

XORP CVS repository


Modified files:
	fea           iftree.cc iftree.hh 
	fea/data_plane/ifconfig ifconfig_parse_getifaddrs.cc 
	                        ifconfig_parse_ioctl.cc 
	                        ifconfig_parse_netlink_socket.cc 
	                        ifconfig_parse_routing_socket.cc 

Log message:
	Fix a bug related to tracking the status of IP addresses
	when the system interface/vif is enabled.
	
	Now there is a new method IfTreeVif::propagate_flags_to_addresses()
	that can be used to propagate vif-related flags down to the
	addresses.
	
	For now we propagate only the "enabled" flag, because the rest of
	the address flags are not useful and should be deleted in the future.

Revision  Changes                                Path
1.17      +3 -1;  commitid: 1644f4824931c41a7;   xorp/fea/data_plane/ifconfig/ifconfig_parse_getifaddrs.cc
1.16      +3 -1;  commitid: 1644f4824931c41a7;   xorp/fea/data_plane/ifconfig/ifconfig_parse_ioctl.cc
1.19      +3 -1;  commitid: 1644f4824931c41a7;   xorp/fea/data_plane/ifconfig/ifconfig_parse_netlink_socket.cc
1.22      +5 -1;  commitid: 1644f4824931c41a7;   xorp/fea/data_plane/ifconfig/ifconfig_parse_routing_socket.cc
1.62      +27 -1;  commitid: 1644f4824931c41a7;  xorp/fea/iftree.cc
1.65      +6 -1;  commitid: 1644f4824931c41a7;   xorp/fea/iftree.hh



More information about the Xorp-cvs mailing list