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

Pavlin Radoslavov pavlin at icir.org
Fri Jun 15 15:27:55 PDT 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-06-15 22:27:55 UTC

XORP CVS repository


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

Log message:
	* Replaced method EtherMac::get_ether_addr() with EtherMac::copy_out()
	  for consistency with the IPv4/IPv6/IPvX address handling.
	  Note that copy_out() returns the number of copied octets instead
	  of true/false.
	
	* Added new method EtherMac::copy_in() for copying the data from
	  ether_addr structure.
	
	* Added constants EtherMac::ADDR_BITLEN and EtherMac::ADDR_BYTELEN.

Revision  Changes                                Path
1.5       +2 -2;  commitid: c8da467311dc7ea6;    xorp/fea/data_plane/ifconfig/ifconfig_set.cc
1.14      +34 -25;  commitid: c8da467311dc7ea6;  xorp/libxorp/mac.cc
1.13      +27 -9;  commitid: c8da467311dc7ea6;   xorp/libxorp/mac.hh
1.11      +2 -2;  commitid: c8da467311dc7ea6;    xorp/libxorp/test_mac.cc



More information about the Xorp-cvs mailing list