[Xorp-cvs] XORP cvs commit: xorp/policy/common

Pavlin Radoslavov pavlin at icir.org
Mon Nov 13 19:22:10 PST 2006


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2006-11-14 03:22:10 UTC

XORP CVS repository


Modified files:
	policy/common register_operations.cc 

Log message:
	Add specialized implementations for network addresses comparison
	operators: <, <=, >, >=.
	
	The default IPv[4,6]Net comparison operators are not appropriate,
	because A < B might return true even if A is not a subset of B
	(as long as A is numerically smaller than B).
	
	This fixes Bugzilla entry #679.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=679

Revision  Changes                               Path
1.19      +56 -5;  commitid: 7dbf455935cb7ea6;  xorp/policy/common/register_operations.cc



More information about the Xorp-cvs mailing list