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

Pavlin Radoslavov pavlin at icir.org
Mon Nov 6 13:50:55 PST 2006


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2006-11-06 21:50:55 UTC

XORP CVS repository


Modified files:
	etc/templates policy.tp 

Log message:
	Deprecate the "elements" policy statements for configuring sets of
	network routes:
	
	      policy {
	          network4-list foo {
	              elements: "1.2.0.0/16,3.4.0.0/16"
	          }
	          network6-list bar {
	              elements: "2222::/64,3333::/64"
	          }
	      }
	
	The new replacement statement is "network" and can be used to
	specify one element per line:
	
	      policy {
	          network4-list foo {
	              network 1.2.0.0/16
	              network 3.4.0.0/16
	          }
	          network6-list bar {
	              network 2222::/64
	              network 3333::/64
	          }
	      }
	
	This fixes the remaining issue with Bugzilla entry #579.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=579

Revision  Changes                               Path
1.22      +21 -3;  commitid: 13ea454fadec7ea6;  xorp/etc/templates/policy.tp



More information about the Xorp-cvs mailing list