No subject



Mon Feb 24 17:38:51 2003
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Mon, 24 Feb 2003 17:39:03 -0800
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by tigger.icir.org (8.12.3/8.12.3) with ESMTP id h1P1d3ws088777
	for <atanu@tigger.icir.org>; Mon, 24 Feb 2003 17:39:03 -0800 (PST)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from ICSI.Berkeley.EDU (fruitcake.ICSI.Berkeley.EDU [192.150.186.11])
	by wyvern.icir.org (8.12.3/8.12.3) with ESMTP id h1P1d2nR082188
	for <atanu@icir.org>; Mon, 24 Feb 2003 17:39:02 -0800 (PST)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.icsi.Berkeley.EDU (localhost [127.0.0.1])
	by ICSI.Berkeley.EDU (8.9.0/8.9.0) with ESMTP id RAA20312;
	Mon, 24 Feb 2003 17:39:02 -0800 (PST)
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by ICSI.Berkeley.EDU (8.9.0/8.9.0) with ESMTP id RAA20304
	for <xorp-cvs@icsi.berkeley.edu>; Mon, 24 Feb 2003 17:38:52 -0800 (PST)
Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68])
	by wyvern.icir.org (8.12.3/8.12.3) with ESMTP id h1P1cpnR082186
	for <xorp-cvs@icir.org>; Mon, 24 Feb 2003 17:38:51 -0800 (PST)
	(envelope-from pavlin@xorpc.icir.org)
Received: from xorpc.icir.org (localhost [127.0.0.1])
	by xorpc.icir.org (8.12.3/8.12.3) with ESMTP id h1P1cp95008532
	for <xorp-cvs@icir.org>; Mon, 24 Feb 2003 17:38:51 -0800 (PST)
	(envelope-from pavlin@xorpc.icir.org)
Received: (from pavlin@localhost)
	by xorpc.icir.org (8.12.3/8.12.3/Submit) id h1P1cpJC008531;
	Mon, 24 Feb 2003 17:38:51 -0800 (PST)
	(envelope-from pavlin)
From: Pavlin Radoslavov <pavlin@icir.org>
Message-Id: <200302250138.h1P1cpJC008531@xorpc.icir.org>
Date:     Mon, 24 Feb 2003 17:38:51  ()
To: xorp-cvs@icir.org
Reply-To: pavlin@icir.org
Subject: [Xorp-cvs] XORP cvs commit: xorp/pim/ TODO configure_pim pim_bsr.cc pim_bsr.hh pim_config.cc  	           pim_node.hh pim_node_cli.cc pim_proto_bootstrap.cc  	           pim_proto_cand_rp_adv.cc pim_proto_hello.cc  	           pim_scope_zone_table.cc pim_scope_zone_table.hh  ...xrl_pim_node.cc  ...xrl_pim_node.hh  ...xrl_pim_shell_funcs.sh  xorp/xrl/interfaces/ pim.xif pim_xif.cc pim_xif.hh  xorp/xrl/targets/ pim.xrls pim_base.cc pim_base.hh
Sender: xorp-cvs-admin@icir.org
Errors-To: xorp-cvs-admin@icir.org
X-BeenThere: xorp-cvs@icir.org
X-Mailman-Version: 2.0
Precedence: bulk
List-Help: <mailto:xorp-cvs-request@icir.org?subject=help>
List-Post: <mailto:xorp-cvs@icir.org>
List-Subscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=subscribe>
List-Id: Mailing list for XORP CVS commit messages <xorp-cvs.icir.org>
List-Unsubscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=unsubscribe>

CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Repository:	xorp/xrl/targets/
Changes by:	pavlin@xorpc.icir.org.	03/02/24 17:38:51

Modified files:
	xorp/pim/: TODO configure_pim pim_bsr.cc pim_bsr.hh 
	           pim_config.cc pim_node.hh pim_node_cli.cc 
	           pim_proto_bootstrap.cc pim_proto_cand_rp_adv.cc 
	           pim_proto_hello.cc pim_scope_zone_table.cc 
	           pim_scope_zone_table.hh xrl_pim_node.cc 
	           xrl_pim_node.hh xrl_pim_shell_funcs.sh 
	xorp/xrl/interfaces/: pim.xif pim_xif.cc pim_xif.hh 
	xorp/xrl/targets/: pim.xrls pim_base.cc pim_base.hh 

Log message:
	* Reimplement the PIM Bootstrap mechanism
	The overall design is very similar to the previous implementation,
	but the new implementation adds various missing pieces, and fixes
	a number of problems (some known, other discovered in the process).
	In addition, several other Bootstrap-related problems are fixed
	as well.
	
	The code passes various (relatively simple) tests,
	and appears to work better than the previous implementation, but
	detailed testing is a TODO item.
	
	* Note that the configuration format in configure_pim
	is slightly different; more specifically, the ordering of
	some of the arguments is different for the following commands:
	- pim_add_config_cand_bsr_*
	- pim_add_config_cand_rp_*
	The format for some PIM Bootstrap configuration-related XRLs
	is slightly changed as well.

_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs