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

Pavlin Radoslavov pavlin@icir.org
Fri, 18 Nov 2005 00:22:58 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-11-18 00:22:58 UTC

XORP CVS repository


Modified files:
	docs/rtrmgr   rtrmgr.tex 
	rtrmgr        template_base_command.cc 
	etc/templates bgp.tp fea.tp igmp.tp interfaces.tp mld.tp 
	              ospfv2.tp pimsm4.tp pimsm6.tp rip.tp ripng.tp 
	              static_routes.tp 

Log message:
	* Modify the "%allow-range" syntax so now we can provide help string for
	  each allowed range (for consistency with the new %allow syntax):
	
	  OLD:
	  %allow-range: $(@) "1" "100";
	
	  NEW:
	  %allow-range: $(@) "1" "100" %help: "This is a help string";
	
	  Currently the help string is not used, but it may be used in the
	  future for command-line completion purpose.
	
	* Fixed minor typos in some of the pimsm4.tp and pimsm6.tp help strings.

Revision  Changes                                Path
1.45      +6 -3;  commitid: 1102437d1e127ea6;    xorp/docs/rtrmgr/rtrmgr.tex
1.65      +3 -3;  commitid: 1102437d1e127ea6;    xorp/etc/templates/bgp.tp
1.33      +2 -2;  commitid: 1102437d1e127ea6;    xorp/etc/templates/fea.tp
1.16      +6 -6;  commitid: 1102437d1e127ea6;    xorp/etc/templates/igmp.tp
1.23      +4 -4;  commitid: 1102437d1e127ea6;    xorp/etc/templates/interfaces.tp
1.16      +6 -6;  commitid: 1102437d1e127ea6;    xorp/etc/templates/mld.tp
1.28      +6 -6;  commitid: 1102437d1e127ea6;    xorp/etc/templates/ospfv2.tp
1.28      +13 -13;  commitid: 1102437d1e127ea6;  xorp/etc/templates/pimsm4.tp
1.28      +12 -12;  commitid: 1102437d1e127ea6;  xorp/etc/templates/pimsm6.tp
1.28      +2 -2;  commitid: 1102437d1e127ea6;    xorp/etc/templates/rip.tp
1.27      +2 -2;  commitid: 1102437d1e127ea6;    xorp/etc/templates/ripng.tp
1.28      +9 -9;  commitid: 1102437d1e127ea6;    xorp/etc/templates/static_routes.tp
1.12      +50 -17;  commitid: 1102437d1e127ea6;  xorp/rtrmgr/template_base_command.cc