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

Mark Handley mjh@icir.org
Fri, 8 Jul 2005 20:51:18 GMT


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

XORP CVS repository


Modified files:
	rtrmgr        Makefile.am boot.yy cli.cc cli.hh conf_tree_node.cc 
	              conf_tree_node.hh master_conf_tree_node.cc 
	              master_conf_tree_node.hh slave_conf_tree.cc 
	              slave_conf_tree.hh slave_conf_tree_node.cc 
	              slave_conf_tree_node.hh template_base_command.cc 
	              template_base_command.hh template_tree_node.cc 
	              userdb.hh xorpsh_main.cc xorpsh_main.hh 
	              xrl_rtrmgr_interface.cc xrl_rtrmgr_interface.hh 
	              y.boot_tab.cc y.boot_tab.h y.opcmd_tab.cc 
	              y.opcmd_tab.h y.tplt_tab.cc y.tplt_tab.h 

Log message:
	Properly allocate node IDs.  Communicate clientid from rtrmgr to
	xorpsh, which is used in uniquely allocating node IDs.
	
	Add the start of support for an %allow-operator command, to limit the
	operators that can be specified for a particular template tree node.

Revision  Changes                                  Path
1.53      +5 -1;  commitid: 25e842cee7267ea6;      xorp/rtrmgr/Makefile.am
1.19      +53 -59;  commitid: 25e842cee7267ea6;    xorp/rtrmgr/boot.yy
1.69      +24 -6;  commitid: 25e842cee7267ea6;     xorp/rtrmgr/cli.cc
1.29      +2 -1;  commitid: 25e842cee7267ea6;      xorp/rtrmgr/cli.hh
1.72      +118 -23;  commitid: 25e842cee7267ea6;   xorp/rtrmgr/conf_tree_node.cc
1.38      +10 -19;  commitid: 25e842cee7267ea6;    xorp/rtrmgr/conf_tree_node.hh
1.13      +6 -3;  commitid: 25e842cee7267ea6;      xorp/rtrmgr/master_conf_tree_node.cc
1.12      +3 -2;  commitid: 25e842cee7267ea6;      xorp/rtrmgr/master_conf_tree_node.hh
1.29      +7 -4;  commitid: 25e842cee7267ea6;      xorp/rtrmgr/slave_conf_tree.cc
1.19      +4 -2;  commitid: 25e842cee7267ea6;      xorp/rtrmgr/slave_conf_tree.hh
1.22      +10 -8;  commitid: 25e842cee7267ea6;     xorp/rtrmgr/slave_conf_tree_node.cc
1.12      +5 -2;  commitid: 25e842cee7267ea6;      xorp/rtrmgr/slave_conf_tree_node.hh
1.4       +92 -3;  commitid: 25e842cee7267ea6;     xorp/rtrmgr/template_base_command.cc
1.3       +26 -9;  commitid: 25e842cee7267ea6;     xorp/rtrmgr/template_base_command.hh
1.44      +15 -1;  commitid: 25e842cee7267ea6;     xorp/rtrmgr/template_tree_node.cc
1.9       +8 -1;  commitid: 25e842cee7267ea6;      xorp/rtrmgr/userdb.hh
1.42      +5 -3;  commitid: 25e842cee7267ea6;      xorp/rtrmgr/xorpsh_main.cc
1.22      +5 -2;  commitid: 25e842cee7267ea6;      xorp/rtrmgr/xorpsh_main.hh
1.38      +36 -7;  commitid: 25e842cee7267ea6;     xorp/rtrmgr/xrl_rtrmgr_interface.cc
1.22      +6 -2;  commitid: 25e842cee7267ea6;      xorp/rtrmgr/xrl_rtrmgr_interface.hh
1.21      +127 -165;  commitid: 25e842cee7267ea6;  xorp/rtrmgr/y.boot_tab.cc
1.7       +0 -4;  commitid: 25e842cee7267ea6;      xorp/rtrmgr/y.boot_tab.h
1.18      +33 -65;  commitid: 25e842cee7267ea6;    xorp/rtrmgr/y.opcmd_tab.cc
1.5       +0 -4;  commitid: 25e842cee7267ea6;      xorp/rtrmgr/y.opcmd_tab.h
1.21      +33 -65;  commitid: 25e842cee7267ea6;    xorp/rtrmgr/y.tplt_tab.cc
1.6       +0 -4;  commitid: 25e842cee7267ea6;      xorp/rtrmgr/y.tplt_tab.h