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

Pavlin Radoslavov pavlin at icir.org
Thu Oct 9 18:23:53 PDT 2008


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	pavlin at chum.icir.org	2008-10-10 01:23:53 UTC

XORP CVS repository


Modified files:
	fea           Makefile.am Makefile.in iftree.hh 
	              io_link_manager.cc io_link_manager.hh 
	              xrl_fea_target.cc xrl_fea_target.hh 

Removed files:
	fea           fea_exception.hh 

Log message:
	Misc. cleanup:
	
	* Removed FeaException and replace it with returning an error code,
	  because exceptions are not really needed in the places it was
	  used.
	
	* Methods and typedefs renaming (for consistency with the rest of the
	  code).
	
	* Use Mac::BROADCAST() instead of hard-coded ff:ff:ff:ff:ff:ff
	  MAC address.
	
	* Add missing kdoc comments

Revision  Changes                                  Path
1.108     +1 -2;  commitid: 1629e48eead6241a7;     xorp/fea/Makefile.am
1.130     +2 -2;  commitid: 1629e48eead6241a7;     xorp/fea/Makefile.in
1.4       +0 -34                                   xorp/fea/fea_exception.hh (dead)
1.71      +5 -5;  commitid: 1629e48eead6241a7;     xorp/fea/iftree.hh
1.14      +38 -38;  commitid: 1629e48eead6241a7;   xorp/fea/io_link_manager.cc
1.14      +59 -9;  commitid: 1629e48eead6241a7;    xorp/fea/io_link_manager.hh
1.54      +168 -91;  commitid: 1629e48eead6241a7;  xorp/fea/xrl_fea_target.cc
1.40      +33 -4;  commitid: 1629e48eead6241a7;    xorp/fea/xrl_fea_target.hh



More information about the Xorp-cvs mailing list