[Xorp-cvs] XORP cvs commit: xorp/rtrmgr

Pavlin Radoslavov pavlin@icir.org
Thu, 17 Nov 2005 08:25:34 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-11-17 08:25:34 UTC

XORP CVS repository


Modified files:
	rtrmgr        template.yy y.tplt_tab.cc 

Log message:
	Extend the template grammar to allow more than one "%foo" command
	on the same line. E.g., previously the syntax was strictly only:
	
	%foo: a b c;
	%bar: d e f;
	
	Now we allow the %bar command to be used as an attribute for %foo
	with syntax like:
	
	%foo: a b c %bar: d e f;

Revision  Changes                                 Path
1.19      +6 -0;  commitid: 1522e437c3da37ea6;    xorp/rtrmgr/template.yy
1.26      +84 -68;  commitid: 1522e437c3da37ea6;  xorp/rtrmgr/y.tplt_tab.cc