No subject



Fri Aug 6 01:41:18 2004
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Thu, 05 Aug 2004 18:42:01 -0700
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 i761g1ge094316
	for <atanu@tigger.icir.org>; Thu, 5 Aug 2004 18:42:01 -0700 (PDT)
	(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 i761g10T093066
	for <atanu@icir.org>; Thu, 5 Aug 2004 18:42:01 -0700 (PDT)
	(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 i761g1tm004396;
	Thu, 5 Aug 2004 18:42:01 -0700 (PDT)
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 i761fJtm004382
	for <xorp-cvs@icsi.berkeley.edu>; Thu, 5 Aug 2004 18:41:19 -0700 (PDT)
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 i761fJ0T093055
	for <xorp-cvs@icir.org>; Thu, 5 Aug 2004 18:41:19 -0700 (PDT)
	(envelope-from bms@icir.org)
Received: from xorpc.icir.org (localhost [127.0.0.1])
	by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i761fJ8M074818
	for <xorp-cvs@icir.org>; Thu, 5 Aug 2004 18:41:19 -0700 (PDT)
	(envelope-from bms@xorpc.icir.org)
Received: (from bms@localhost)
	by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i761fI9G074817
	for xorp-cvs@icir.org; Fri, 6 Aug 2004 01:41:18 GMT
	(envelope-from bms)
Date: Fri, 6 Aug 2004 01:41:18 GMT
From: Bruce Simpson <bms@icir.org>
Message-Id: <200408060141.i761fI9G074817@xorpc.icir.org>
To: xorp-cvs@icir.org
X-XORP-CVS-Branch: HEAD
Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp xorp/etc/templates xorp/xrl/interfaces
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/www/data/cvs
Module name:	xorp
Changes by:	bms@xorpc.icir.org	2004-08-06 01:41:18 UTC

XORP CVS repository


Modified files:
	bgp           bgp.cc bgp.hh peer_data.hh socket.cc socket.hh 
	              xrl_shell_funcs.sh xrl_target.cc xrl_target.hh 
	etc/templates bgp.tp 
	xrl/interfaces bgp.xif 

Log message:
	Initial import of application-level TCP-MD5 (RFC2385) support for BGPv4.
	
	 - Add a property, _md5_password, to class BGPPeerData.
	 - Add a property _md5sig to class SocketClient to specify that the client
	   socket should have TCP_MD5SIG enabled on it during SocketClient::connect().
	 - Update the constructor's signature accordingly with an optional initializer.
	 - Pass this property in from BGPMain::create_peer() during BGP Active Open
	   when SocketClient is instantiated.
	 - Add the new method to the bgp.xif interface. The XRL glue calls in through
	   BGPMain::set_peer_md5_password() to set the property at runtime.
	 - Add an XRL shell function for testing purposes.

Revision  Changes    Path
1.38      +22 -2     xorp/bgp/bgp.cc
1.28      +11 -1     xorp/bgp/bgp.hh
1.13      +9 -1      xorp/bgp/peer_data.hh
1.16      +9 -3      xorp/bgp/socket.cc
1.8       +3 -2      xorp/bgp/socket.hh
1.9       +7 -1      xorp/bgp/xrl_shell_funcs.sh
1.27      +23 -1     xorp/bgp/xrl_target.cc
1.23      +9 -1      xorp/bgp/xrl_target.hh
1.33      +10 -1     xorp/etc/templates/bgp.tp
1.19      +18 -1     xorp/xrl/interfaces/bgp.xif
_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs