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

Marko Zec zec@icir.org
Mon, 25 Jul 2005 07:37:19 GMT


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

XORP CVS repository


Modified files:
	policy        lex.yy_policy_parser.cc policy.l policy.y 
	              yacc.yy_policy_parser.cc yacc.yy_policy_parser.cc.h 
	policy/common element.cc element.hh register_elements.cc 
	              register_operations.cc 

Log message:
	Implement comparing of prefix length against uint32 and uint32range.

Revision  Changes                                    Path
1.5       +4 -1;  commitid: abe242e495887ea6;        xorp/policy/common/element.cc
1.6       +4 -1;  commitid: abe242e495887ea6;        xorp/policy/common/element.hh
1.5       +4 -1;  commitid: abe242e495887ea6;        xorp/policy/common/register_elements.cc
1.9       +17 -1;  commitid: abe242e495887ea6;       xorp/policy/common/register_operations.cc
1.7       +2135 -1157;  commitid: abe242e495887ea6;  xorp/policy/lex.yy_policy_parser.cc
1.7       +14 -0;  commitid: abe242e495887ea6;       xorp/policy/policy.l
1.7       +5 -2;  commitid: abe242e495887ea6;        xorp/policy/policy.y
1.9       +173 -146;  commitid: abe242e495887ea6;    xorp/policy/yacc.yy_policy_parser.cc
1.5       +34 -31;  commitid: abe242e495887ea6;      xorp/policy/yacc.yy_policy_parser.cc.h