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

Marko Zec zec@icir.org
Mon, 25 Jul 2005 07:08:18 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	zec@xorpc.icir.org	2005-07-25 07:08:18 UTC

XORP CVS repository


Modified files:
	libxorp       ipnet.hh 

Added files:
	libxorp       range.hh 

Log message:
	Add new (templatized) classes U32Range IPv4Range and IPv6Range.
	Intended use is in policy framework for checking whether a value is
	inside or outside a given range defined by lower and upper
	boundaries.
	
	Add operators to IPNet template for checking the prefix length against
	the newly defined U32Range class.

Revision  Changes                               Path
1.15      +68 -2;  commitid: a98742e48db87ea6;  xorp/libxorp/ipnet.hh
1.1       +175 -0                               xorp/libxorp/range.hh (new)