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

Pavlin Radoslavov pavlin at icir.org
Wed Apr 30 20:30:06 PDT 2008


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	pavlin at chum.icir.org	2008-05-01 03:30:06 UTC

XORP CVS repository


Modified files:
	fea           test_fea_rawlink.cc 
	fea/data_plane/ifconfig ifconfig_set.cc 
	fea/tools     show_interfaces.cc 
	libxorp       mac.cc mac.hh test_mac.cc 

Log message:
	* Don't allow a Mac or EtherMac address to be initialized with
	  an empty string. Instead, the default constructor will
	  initialize the address to "00:00:00:00:00:00".
	
	* Removed the Mac::empty() method, because it is not needed anymore,
	  and use Mac::is_zero() instead.
	
	The above changes fix test fea/test_fea_rawlink.cc for Linux.

Revision  Changes                                Path
1.21      +2 -2;  commitid: 112d84819386a41a7;   xorp/fea/data_plane/ifconfig/ifconfig_set.cc
1.2       +2 -2;  commitid: 112d84819386a41a7;   xorp/fea/test_fea_rawlink.cc
1.27      +3 -3;  commitid: 112d84819386a41a7;   xorp/fea/tools/show_interfaces.cc
1.25      +8 -20;  commitid: 112d84819386a41a7;  xorp/libxorp/mac.cc
1.27      +4 -9;  commitid: 112d84819386a41a7;   xorp/libxorp/mac.hh
1.18      +5 -21;  commitid: 112d84819386a41a7;  xorp/libxorp/test_mac.cc



More information about the Xorp-cvs mailing list