No subject



Thu Dec 30 12:42:14 2004
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Thu, 30 Dec 2004 04:43:01 -0800
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by tigger.icir.org (8.12.11/8.12.8) with ESMTP id iBUCh1Yt009575
	for <atanu@tigger.icir.org>; Thu, 30 Dec 2004 04:43:01 -0800 (PST)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.ICSI.Berkeley.EDU (fruitcake.ICSI.Berkeley.EDU [192.150.186.11])
	by wyvern.icir.org (8.12.9p1/8.12.8) with ESMTP id iBUCh1ox039572
	for <atanu@icir.org>; Thu, 30 Dec 2004 04:43:01 -0800 (PST)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.ICSI.Berkeley.EDU (localhost [127.0.0.1])
	by fruitcake.ICSI.Berkeley.EDU (8.12.10/8.12.9) with ESMTP id iBUCh17e001606;
	Thu, 30 Dec 2004 04:43:01 -0800 (PST)
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by fruitcake.ICSI.Berkeley.EDU (8.12.10/8.12.9) with ESMTP id iBUCgF7e001591
	for <xorp-cvs@icsi.berkeley.edu>; Thu, 30 Dec 2004 04:42:15 -0800 (PST)
Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68])
	by wyvern.icir.org (8.12.9p1/8.12.8) with ESMTP id iBUCgEox039565
	for <xorp-cvs@icir.org>; Thu, 30 Dec 2004 04:42:14 -0800 (PST)
	(envelope-from mjh@icir.org)
Received: from xorpc.icir.org (localhost [127.0.0.1])
	by xorpc.icir.org (8.12.11/8.12.8) with ESMTP id iBUCgE7U019421
	for <xorp-cvs@icir.org>; Thu, 30 Dec 2004 04:42:14 -0800 (PST)
	(envelope-from mjh@xorpc.icir.org)
Received: (from mjh@localhost)
	by xorpc.icir.org (8.12.11/8.12.3/Submit) id iBUCgEtr019420
	for xorp-cvs@icir.org; Thu, 30 Dec 2004 12:42:14 GMT
	(envelope-from mjh)
Date: Thu, 30 Dec 2004 12:42:14 GMT
From: Mark Handley <mjh@icir.org>
Message-Id: <200412301242.iBUCgEtr019420@xorpc.icir.org>
To: xorp-cvs@icir.org
X-XORP-CVS-Branch: HEAD
Subject: [Xorp-cvs] XORP cvs commit: xorp xorp/cli/libtecla xorp/mibs xorp/rtrmgr
 xorp/xrl/targets
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
Changes by:	mjh@xorpc.icir.org	2004-12-30 12:42:14 UTC

XORP CVS repository


Modified files:
	.             configure 
	cli/libtecla  configure 
	mibs          configure 
	rtrmgr        Makefile.am Makefile.in xrl_rtrmgr_interface.cc 
	              xrl_rtrmgr_interface.hh 
	xrl/targets   rtrmgr.tgt rtrmgr.xrls rtrmgr_base.cc 
	              rtrmgr_base.hh 

Log message:
	Make the rtrmgr register with the finder to receive birth and death
	events for xorpsh instances.  When a xorpsh dies due to Ctrl-D (or
	whatever other reason) then remove it from the registered users kept
	in rtrmgr.
	
	This should fix bug number 67.

Revision  Changes      Path
1.7       +668 -319    xorp/cli/libtecla/configure
1.137     +1731 -1009  xorp/configure
1.4       +1147 -582   xorp/mibs/configure
1.48      +2 -1        xorp/rtrmgr/Makefile.am
1.59      +2 -1        xorp/rtrmgr/Makefile.in
1.32      +70 -2       xorp/rtrmgr/xrl_rtrmgr_interface.cc
1.19      +16 -1       xorp/rtrmgr/xrl_rtrmgr_interface.hh
1.3       +4 -2        xorp/xrl/targets/rtrmgr.tgt
1.10      +11 -1       xorp/xrl/targets/rtrmgr.xrls
1.16      +63 -1       xorp/xrl/targets/rtrmgr_base.cc
1.16      +25 -1       xorp/xrl/targets/rtrmgr_base.hh
_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs