No subject



Wed Jun 1 09:34:03 2005
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Wed, 01 Jun 2005 02:35:04 -0700
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by tigger.icir.org (8.12.11/8.12.11) with ESMTP id j519Z4Hd025525
	for <atanu@tigger.icir.org>; Wed, 1 Jun 2005 02:35:04 -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.11/8.12.11) with ESMTP id j519Z4qf045880
	for <atanu@icir.org>; Wed, 1 Jun 2005 02:35:04 -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 j519Z3lk023813;
	Wed, 1 Jun 2005 02:35:04 -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 j519Y4lk023783
	for <xorp-cvs@icsi.berkeley.edu>; Wed, 1 Jun 2005 02:34:04 -0700 (PDT)
Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68])
	by wyvern.icir.org (8.12.11/8.12.11) with ESMTP id j519Y4VW045855
	for <xorp-cvs@icir.org>; Wed, 1 Jun 2005 02:34:04 -0700 (PDT)
	(envelope-from pavlin@icir.org)
Received: from xorpc.icir.org (localhost [127.0.0.1])
	by xorpc.icir.org (8.12.11/8.12.11) with ESMTP id j519Y4gD000506
	for <xorp-cvs@icir.org>; Wed, 1 Jun 2005 02:34:04 -0700 (PDT)
	(envelope-from pavlin@xorpc.icir.org)
Received: (from pavlin@localhost)
	by xorpc.icir.org (8.12.11/8.12.3/Submit) id j519Y3Fa000505
	for xorp-cvs@icir.org; Wed, 1 Jun 2005 09:34:03 GMT
	(envelope-from pavlin)
From: Pavlin Radoslavov <pavlin@icir.org>
Message-Id: <200506010934.j519Y3Fa000505@xorpc.icir.org>
To: xorp-cvs@icir.org
X-XORP-CVS-Branch: HEAD
Subject: [Xorp-cvs] XORP cvs commit: xorp/etc/templates xorp/mld6igmp 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>
List-Archive: <http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-cvs/>
Date: Wed, 1 Jun 2005 09:34:03 GMT

CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-06-01 09:34:03 UTC

XORP CVS repository


Modified files:
	etc/templates igmp.tp mld.tp 
	mld6igmp      igmp_proto.cc mld6_proto.cc mld6igmp_config.cc 
	              mld6igmp_member_query.cc mld6igmp_node.hh 
	              mld6igmp_proto.cc mld6igmp_vif.cc mld6igmp_vif.hh 
	              xrl_mld6igmp_node.cc xrl_mld6igmp_node.hh 
	              xrl_mld6igmp_shell_funcs.sh 
	xrl/interfaces mld6igmp.xif mld6igmp_xif.cc mld6igmp_xif.hh 
	xrl/targets   mld6igmp.xrls mld6igmp_base.cc mld6igmp_base.hh 

Log message:
	* Add new XRLs to get/set/reset MLD/IGMP related parameters (per vif):
	  - {get,set,reset}_vif_query_interval
	  - {get,set,reset}_vif_query_last_member_interval
	  - {get,set,reset}_vif_query_response_interval
	  - {get,set,reset}_vif_robust_count
	
	* Add new XORP configuration option per interface/vif for MLD/IGMP
	  with default values:
	  - query-interval: u32 = 125
	  - query-last-member-interval: u32 = 1
	  - query-response-interval: u32 = 10
	  - robust-count: u32 = 2
	
	* Use the configuration parameters to control the MLD/IGMP behavior to
	  set timers, etc.

Revision  Changes                              Path
1.13      +37 -1;  commitid: 67429d7f867ea6;   xorp/etc/templates/igmp.tp
1.13      +37 -1;  commitid: 67429d7f867ea6;   xorp/etc/templates/mld.tp
1.32      +19 -13;  commitid: 67429d7f867ea6;  xorp/mld6igmp/igmp_proto.cc
1.35      +20 -14;  commitid: 67429d7f867ea6;  xorp/mld6igmp/mld6_proto.cc
1.7       +289 -1;  commitid: 67429d7f867ea6;  xorp/mld6igmp/mld6igmp_config.cc
1.12      +9 -7;  commitid: 67429d7f867ea6;    xorp/mld6igmp/mld6igmp_member_query.cc
1.24      +137 -1;  commitid: 67429d7f867ea6;  xorp/mld6igmp/mld6igmp_node.hh
1.14      +22 -17;  commitid: 67429d7f867ea6;  xorp/mld6igmp/mld6igmp_proto.cc
1.39      +27 -9;  commitid: 67429d7f867ea6;   xorp/mld6igmp/mld6igmp_vif.cc
1.20      +33 -1;  commitid: 67429d7f867ea6;   xorp/mld6igmp/mld6igmp_vif.hh
1.47      +217 -1;  commitid: 67429d7f867ea6;  xorp/mld6igmp/xrl_mld6igmp_node.cc
1.33      +162 -1;  commitid: 67429d7f867ea6;  xorp/mld6igmp/xrl_mld6igmp_node.hh
1.15      +176 -1;  commitid: 67429d7f867ea6;  xorp/mld6igmp/xrl_mld6igmp_shell_funcs.sh
1.7       +122 -1;  commitid: 67429d7f867ea6;  xorp/xrl/interfaces/mld6igmp.xif
1.19      +437 -1;  commitid: 67429d7f867ea6;  xorp/xrl/interfaces/mld6igmp_xif.cc
1.17      +290 -1;  commitid: 67429d7f867ea6;  xorp/xrl/interfaces/mld6igmp_xif.hh
1.21      +119 -1;  commitid: 67429d7f867ea6;  xorp/xrl/targets/mld6igmp.xrls
1.26      +433 -1;  commitid: 67429d7f867ea6;  xorp/xrl/targets/mld6igmp_base.cc
1.27      +210 -1;  commitid: 67429d7f867ea6;  xorp/xrl/targets/mld6igmp_base.hh
_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs