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

Pavlin Radoslavov pavlin@icir.org
Thu, 17 Nov 2005 08:31:57 GMT


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

XORP CVS repository


Modified files:
	etc/templates ospfv2.tp rip.tp ripng.tp 
	rtrmgr        template_base_command.cc template_base_command.hh 
	docs/rtrmgr   rtrmgr.tex 

Log message:
	* Modify the "%allow" syntax so now we can provide help string for
	  each allowed value:
	
	  OLD:
	  %allow: $(@) "one" "two" "three";
	
	  NEW:
	  %allow: $(@) "one" %help: "This is help for one";
	  %allow: $(@) "two" %help: "This is help for two";
	  %allow: $(@) "three" %help: "This is help for three";
	
	* Minor variable renaming.

Revision  Changes                                  Path
1.44      +18 -11;  commitid: 152db437c3f6b7ea6;   xorp/docs/rtrmgr/rtrmgr.tex
1.27      +11 -6;  commitid: 152db437c3f6b7ea6;    xorp/etc/templates/ospfv2.tp
1.27      +7 -3;  commitid: 152db437c3f6b7ea6;     xorp/etc/templates/rip.tp
1.26      +4 -2;  commitid: 152db437c3f6b7ea6;     xorp/etc/templates/ripng.tp
1.11      +111 -71;  commitid: 152db437c3f6b7ea6;  xorp/rtrmgr/template_base_command.cc
1.6       +10 -10;  commitid: 152db437c3f6b7ea6;   xorp/rtrmgr/template_base_command.hh