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

Pavlin Radoslavov pavlin@icir.org
Tue, 27 Sep 2005 18:50:44 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-09-27 18:50:44 UTC

XORP CVS repository


Modified files:
	policy        configuration.cc configuration.hh 
	              policy_statement.cc policy_statement.hh 
	              policy_target.cc policy_target.hh term.cc term.hh 
	              xrl_target.cc 
	policy/common policy_utils.hh 
	policy/test   compilepolicy.cc compilepolicy.y 
	              yacc.yy_compile_policy.cc 

Log message:
	* Update the policy code so now it uses the new format of the
	  unique node ID "ID POSITION" instead of the 64-bit integer.
	
	* Use the new container ConfigNodeIdMap to store the policy
	  terms/rules by their node IDs.

Revision  Changes                                Path
1.5       +19 -1;  commitid: 1b574339933e7ea6;   xorp/policy/common/policy_utils.hh
1.9       +3 -3;  commitid: 1b574339933e7ea6;    xorp/policy/configuration.cc
1.7       +5 -5;  commitid: 1b574339933e7ea6;    xorp/policy/configuration.hh
1.6       +6 -6;  commitid: 1b574339933e7ea6;    xorp/policy/policy_statement.cc
1.5       +5 -4;  commitid: 1b574339933e7ea6;    xorp/policy/policy_statement.hh
1.8       +3 -3;  commitid: 1b574339933e7ea6;    xorp/policy/policy_target.cc
1.7       +5 -5;  commitid: 1b574339933e7ea6;    xorp/policy/policy_target.hh
1.13      +6 -6;  commitid: 1b574339933e7ea6;    xorp/policy/term.cc
1.9       +10 -7;  commitid: 1b574339933e7ea6;   xorp/policy/term.hh
1.7       +3 -1;  commitid: 1b574339933e7ea6;    xorp/policy/test/compilepolicy.cc
1.6       +20 -6;  commitid: 1b574339933e7ea6;   xorp/policy/test/compilepolicy.y
1.8       +32 -18;  commitid: 1b574339933e7ea6;  xorp/policy/test/yacc.yy_compile_policy.cc
1.8       +27 -5;  commitid: 1b574339933e7ea6;   xorp/policy/xrl_target.cc