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

Marko Zec zec@icir.org
Wed, 3 Aug 2005 13:52:34 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	zec@xorpc.icir.org	2005-08-03 13:52:34 UTC

XORP CVS repository


Modified files:
	etc/templates bgp.tp policy.tp static_routes.tp 

Log message:
	Change the keywords in policy-statement sections to more closely
	resemble what Juniper uses.
	
	Old keyword -> new keyword:
	
	source -> from
	dest -> to
	action -> then
	
	so now our policy rules follow this form:
	
	policy-statement xxxyyy {
	    from {
	    }
	    to {
	    }
	    then {
	    }
	}

Revision  Changes                                 Path
1.53      +10 -10;  commitid: 148f242f0ca7b7ea6;  xorp/etc/templates/bgp.tp
1.13      +7 -7;  commitid: 148f242f0ca7b7ea6;    xorp/etc/templates/policy.tp
1.22      +3 -3;  commitid: 148f242f0ca7b7ea6;    xorp/etc/templates/static_routes.tp