[Xorp-cvs] XORP cvs commit: xorp/etc/templates xorp/policy xorp/policy/backend xorp/rtrmgr

Marko Zec zec at icir.org
Tue Nov 21 17:07:54 PST 2006


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	zec at xorpc.icir.org	2006-11-22 01:07:54 UTC

XORP CVS repository


Modified files:
	etc/templates policy.tp 
	policy        policy.l policy.y 
	policy/backend backend.l backend.y 
	rtrmgr        boot.ll config_operators.cc config_operators.hh 

Log message:
	Introduce aliases for network4 comparison operators in policy, as
	suggested by Pavlin:
	
	"network4 exact 10.0.0.0/8"     SAME AS "network4 == 10.0.0.0/8"
	"network4 longer 10.0.0.0/8"    SAME AS "network4 < 10.0.0.0/8"
	"network4 orlonger 10.0.0.0/8"  SAME AS "network4 <= 10.0.0.0/8"
	"network4 shorter 10.0.0.0/8"   SAME AS "network4 > 10.0.0.0/8"
	"network4 orshorter 10.0.0.0/8" SAME AS "network4 >= 10.0.0.0/8"
	"network4 not 10.0.0.0/8"       SAME AS "network4 != 10.0.0.0/8"

Revision  Changes                                Path
1.23      +3 -3;  commitid: 114354563a2637ea6;   xorp/etc/templates/policy.tp
1.7       +6 -0;  commitid: 114354563a2637ea6;   xorp/policy/backend/backend.l
1.10      +7 -0;  commitid: 114354563a2637ea6;   xorp/policy/backend/backend.y
1.14      +6 -0;  commitid: 114354563a2637ea6;   xorp/policy/policy.l
1.12      +9 -0;  commitid: 114354563a2637ea6;   xorp/policy/policy.y
1.29      +2 -1;  commitid: 114354563a2637ea6;   xorp/rtrmgr/boot.ll
1.5       +25 -1;  commitid: 114354563a2637ea6;  xorp/rtrmgr/config_operators.cc
1.6       +8 -2;  commitid: 114354563a2637ea6;   xorp/rtrmgr/config_operators.hh



More information about the Xorp-cvs mailing list