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

Pavlin Radoslavov pavlin at icir.org
Fri Aug 4 16:25:52 PDT 2006


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2006-08-04 23:25:52 UTC

XORP CVS repository


Modified files:
	libxorp       ipnet.cc 

Log message:
	Reimplement IPNet<IPv4>::is_unicast() by explicitly checking whether
	a prefix belongs to Class A, Class B or Class C.
	
	This implementation is cleaner and faster compared to the previous
	implementation that was testing whether the prefix doesn't overlap
	with the multicast or the experimental Class E address range.

Revision  Changes                               Path
1.5       +7 -13;  commitid: f10744d3d7207ea6;  xorp/libxorp/ipnet.cc



More information about the Xorp-cvs mailing list