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

Mark Handley mjh@icir.org
Wed, 13 Jul 2005 17:44:08 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	mjh@xorpc.icir.org	2005-07-13 17:44:08 UTC

XORP CVS repository


Modified files:
	rtrmgr        boot.ll boot.yy config_operators.cc 
	              config_operators.hh lex.boot.cc lex.opcmd.cc 
	              lex.tplt.cc template_base_command.cc y.boot_tab.cc 
	              y.boot_tab.h 

Log message:
	Allow all config operators on all types of terminal node.  The choice
	of operator should be made by what is specified in an %allow-operator
	command (":" is still the default) rather than hardwired in the
	parser.
	
	This should allow the use of operators to modify communities, which
	Andrea needs to do.

Revision  Changes                                     Path
1.24      +7 -15;  commitid: 13ed942d5525c7ea6;       xorp/rtrmgr/boot.ll
1.20      +38 -75;  commitid: 13ed942d5525c7ea6;      xorp/rtrmgr/boot.yy
1.2       +8 -14;  commitid: 13ed942d5525c7ea6;       xorp/rtrmgr/config_operators.cc
1.3       +6 -6;  commitid: 13ed942d5525c7ea6;        xorp/rtrmgr/config_operators.hh
1.17      +7422 -7437;  commitid: 13ed942d5525c7ea6;  xorp/rtrmgr/lex.boot.cc
1.16      +0 -0;  commitid: 13ed942d5525c7ea6;        xorp/rtrmgr/lex.opcmd.cc
1.17      +0 -0;  commitid: 13ed942d5525c7ea6;        xorp/rtrmgr/lex.tplt.cc
1.7       +2 -6;  commitid: 13ed942d5525c7ea6;        xorp/rtrmgr/template_base_command.cc
1.23      +122 -175;  commitid: 13ed942d5525c7ea6;    xorp/rtrmgr/y.boot_tab.cc
1.9       +3 -4;  commitid: 13ed942d5525c7ea6;        xorp/rtrmgr/y.boot_tab.h