No subject



Tue Aug 3 18:09:17 2004
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Tue, 03 Aug 2004 11:10:00 -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 i73IA0G6004563
	for <atanu@tigger.icir.org>; Tue, 3 Aug 2004 11:10:00 -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 i73IA00T051465
	for <atanu@icir.org>; Tue, 3 Aug 2004 11:10:00 -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 i73IA0dj013301;
	Tue, 3 Aug 2004 11:10:00 -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 i73I9Hdj013282
	for <xorp-cvs@icsi.berkeley.edu>; Tue, 3 Aug 2004 11:09:17 -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 i73I9H0T051455
	for <xorp-cvs@icir.org>; Tue, 3 Aug 2004 11:09:17 -0700 (PDT)
	(envelope-from pavlin@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 i73I9H8M094836
	for <xorp-cvs@icir.org>; Tue, 3 Aug 2004 11:09:17 -0700 (PDT)
	(envelope-from pavlin@xorpc.icir.org)
Received: (from pavlin@localhost)
	by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i73I9HXZ094835
	for xorp-cvs@icir.org; Tue, 3 Aug 2004 18:09:17 GMT
	(envelope-from pavlin)
Date: Tue, 3 Aug 2004 18:09:17 GMT
From: Pavlin Radoslavov <pavlin@icir.org>
Message-Id: <200408031809.i73I9HXZ094835@xorpc.icir.org>
To: xorp-cvs@icir.org
X-XORP-CVS-Branch: HEAD
Subject: [Xorp-cvs] XORP cvs commit: xorp/fea xorp/pim xorp/rib xorp/xrl/interfaces
 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:	pavlin@xorpc.icir.org	2004-08-03 18:09:17 UTC

XORP CVS repository


Modified files:
	fea           xrl_target.cc xrl_target.hh 
	pim           xrl_pim_node.cc xrl_pim_node.hh 
	rib           redist_xrl.cc 
	xrl/interfaces redist_transaction4.xif redist_transaction4_xif.cc 
	               redist_transaction4_xif.hh redist_transaction6.xif 
	               redist_transaction6_xif.cc 
	               redist_transaction6_xif.hh 
	xrl/targets   fea.xrls fea_base.cc fea_base.hh pim.xrls 
	              pim_base.cc pim_base.hh 

Log message:
	Add protocol_origin field to the following XRLs.
	redist_transaction4/0.1/delete_route
	redist_transaction6/0.1/delete_route
	
	The protocol_origin field is needed so an entity that filters
	add_route operations based on the protocol origin can filter
	the delete_route operations as well. This is the case with
	the FEA which needs to filter all add/delete operations
	with protocol_origin of "connected".
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=85

Revision  Changes    Path
1.49      +21 -5     xorp/fea/xrl_target.cc
1.38      +5 -3      xorp/fea/xrl_target.hh
1.58      +7 -3      xorp/pim/xrl_pim_node.cc
1.45      +5 -3      xorp/pim/xrl_pim_node.hh
1.14      +7 -2      xorp/rib/redist_xrl.cc
1.8       +3 -2      xorp/xrl/interfaces/redist_transaction4.xif
1.7       +3 -1      xorp/xrl/interfaces/redist_transaction4_xif.cc
1.8       +2 -1      xorp/xrl/interfaces/redist_transaction4_xif.hh
1.8       +3 -2      xorp/xrl/interfaces/redist_transaction6.xif
1.7       +3 -1      xorp/xrl/interfaces/redist_transaction6_xif.cc
1.8       +2 -1      xorp/xrl/interfaces/redist_transaction6_xif.hh
1.37      +3 -3      xorp/xrl/targets/fea.xrls
1.40      +9 -7      xorp/xrl/targets/fea_base.cc
1.43      +5 -3      xorp/xrl/targets/fea_base.hh
1.38      +3 -3      xorp/xrl/targets/pim.xrls
1.39      +9 -7      xorp/xrl/targets/pim_base.cc
1.44      +5 -3      xorp/xrl/targets/pim_base.hh
_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs