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

Pavlin Radoslavov pavlin@icir.org
Fri, 9 Dec 2005 01:37:50 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-12-09 01:37:50 UTC

XORP CVS repository


Modified files:
	rtrmgr        cli.cc template_base_command.cc 
	              template_base_command.hh template_tree_node.cc 
	              template_tree_node.hh 

Log message:
	Impmement the %allow-range mechanism internally to use int64_t type
	variables for the lower and upper range value.
	
	With the newer implementation the %allow-range values in rtrmgr template
	can be any range up to [0..4294967295] for u32 or
	[-2147483648..2147483647] for i32.
	
	Bug found by:   Bruce M Simpson, Atanu Ghosh

Revision  Changes                                Path
1.110     +13 -9;  commitid: 81714398de137ea6;   xorp/rtrmgr/cli.cc
1.16      +27 -23;  commitid: 81714398de137ea6;  xorp/rtrmgr/template_base_command.cc
1.8       +2 -2;  commitid: 81714398de137ea6;    xorp/rtrmgr/template_base_command.hh
1.70      +21 -18;  commitid: 81714398de137ea6;  xorp/rtrmgr/template_tree_node.cc
1.44      +4 -4;  commitid: 81714398de137ea6;    xorp/rtrmgr/template_tree_node.hh