No subject



Mon Oct 6 15:41:08 2003
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Mon, 06 Oct 2003 15:42:05 -0700
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by tigger.icir.org (8.12.9p1/8.12.3) with ESMTP id h96Mg5ko038165
	for <atanu@tigger.icir.org>; Mon, 6 Oct 2003 15:42:05 -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.3) with ESMTP id h96Mg1H5040395;
	Mon, 6 Oct 2003 15: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.9/8.12.9) with ESMTP id h96Mg1LF017047;
	Mon, 6 Oct 2003 15:42:01 -0700 (PDT)
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by fruitcake.ICSI.Berkeley.EDU (8.12.9/8.12.9) with ESMTP id h96Mf9LF017027
	for <xorp-cvs@icsi.berkeley.edu>; Mon, 6 Oct 2003 15:41:09 -0700 (PDT)
Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68])
	by wyvern.icir.org (8.12.9p1/8.12.3) with ESMTP id h96Mf8H5040391
	for <xorp-cvs@icir.org>; Mon, 6 Oct 2003 15:41:08 -0700 (PDT)
	(envelope-from atanu@xorpc.icir.org)
Received: from xorpc.icir.org (localhost [127.0.0.1])
	by xorpc.icir.org (8.12.9p1/8.12.3) with ESMTP id h96Mf8sd070451
	for <xorp-cvs@icir.org>; Mon, 6 Oct 2003 15:41:08 -0700 (PDT)
	(envelope-from atanu@xorpc.icir.org)
Received: (from atanu@localhost)
	by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id h96Mf8ZJ070450;
	Mon, 6 Oct 2003 15:41:08 -0700 (PDT)
	(envelope-from atanu)
From: Atanu Ghosh <atanu@icir.org>
Message-Id: <200310062241.h96Mf8ZJ070450@xorpc.icir.org>
Date:     Mon,  6 Oct 2003 15:41:08  ()
To: xorp-cvs@icir.org
Reply-To: atanu@icir.org
Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp/ parameter.cc parameter.hh peer_data.cc peer_data.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/www/data/cvs
Module name:	xorp
Repository:	xorp/bgp/
Changes by:	atanu@xorpc.icir.org.	03/10/06 15:41:08

Modified files:
	xorp/bgp/: parameter.cc parameter.hh peer_data.cc peer_data.hh 

Log message:
	parameter.{cc,hh}
	1) Minor formatting issues.
	2) Remove operator== from MultiProtocolCapability and derived classes
	replaced with a compare method.
	3) Create enums to hold AFI and SAFI values.
	4) Carry open parameters in ref_ptr's (ParameterNode).
	
	peer_data.{cc,hh}
	1) Deal with open parameters as lists of ParameterNodes.
	2) Add an open_negotiation method that compares the received
	parameters and the ones that we have sent. From this comparison decide
	which multiprotocol update packets we should be sending or receiving.
	3) Some kdoc'ing.

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