[pim] draft-ietf-pim-gaap-14 early Intdir review
Sheng Jiang via Datatracker <noreply@ietf.org> Thu, 16 April 2026 14:08 UTC
Return-Path: <noreply@ietf.org>
X-Original-To: pim@ietf.org
Delivered-To: pim@mail2.ietf.org
Received: from [10.244.6.151] (unknown [4.156.85.76]) by mail2.ietf.org (Postfix) with ESMTP id 9AF3EDD940B0; Thu, 16 Apr 2026 07:08:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ietf.org; s=ietf1; t=1776348534; bh=RrJin1VUb+E4gp6VT4rntXVG1wq2h+1nrAeaUGMGw3k=; h=From:To:Cc:Subject:Reply-To:Date; b=HZzRwWeevFunI8v5/4sUCmorWK3ArRia9u+I9UBK78GZee0EBgDiCKsLTpLCe7VE6 lEtssJjFXtoM5uTuTCApmz2BtQPohPh6BKBFJsguVr21fk+YMOuvz3rRQR1jZA1LA8 96eH4zrpjVHtzVRJAqmHRPKmT7ljIRqpfW6KVhOM=
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: Sheng Jiang via Datatracker <noreply@ietf.org>
To: int-dir@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 12.61.0
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <177634853437.1241480.3241696551059859013@dt-datatracker-647897bf7-7f2k5>
Date: Thu, 16 Apr 2026 07:08:54 -0700
Message-ID-Hash: IO7WPT27PXQVQYTEVTKASOS62BRYMWFX
X-Message-ID-Hash: IO7WPT27PXQVQYTEVTKASOS62BRYMWFX
X-MailFrom: noreply@ietf.org
X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-pim.ietf.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header
CC: draft-ietf-pim-gaap.all@ietf.org, pim@ietf.org
X-Mailman-Version: 3.3.9rc6
Reply-To: Sheng Jiang <shengjiang@bupt.edu.cn>
Subject: [pim] draft-ietf-pim-gaap-14 early Intdir review
List-Id: Protocol Independent Multicast <pim.ietf.org>
Archived-At: <https://mailarchive.ietf.org/arch/msg/pim/EgmSuVhWOtey5BUJtxv5PUdaYLE>
List-Archive: <https://mailarchive.ietf.org/arch/browse/pim>
List-Help: <mailto:pim-request@ietf.org?subject=help>
List-Owner: <mailto:pim-owner@ietf.org>
List-Post: <mailto:pim@ietf.org>
List-Subscribe: <mailto:pim-join@ietf.org>
List-Unsubscribe: <mailto:pim-leave@ietf.org>
Document: draft-ietf-pim-gaap Title: Group Address Allocation Protocol (GAAP) Reviewer: Sheng Jiang Review result: Ready with Issues Document: draft-ietf-pim-gaap Title: Group Address Allocation Protocol (GAAP) Reviewer: Sheng Jiang Review result: Ready with Nits I have reviewed this document as part of the IntDir directorate's ongoing effort to review all IETF documents being processed by the IESG. Comments that are not addressed in last call may be included in AD reviews during the IESG review. Document editors and WG chairs should treat these comments just like any other last call comments. This Experimental document describes a design for a lightweight decentralized multicast group address allocation protocol. Overall, it is well written and in a good sharp. There are a several issues the authors could make improvements: In section 4, the Group Name is in variable length. The design only describe it is "string is terminated with a null character." From the design perspective of a protocol. There is no way to decide how long it is and process the following unless process every bits from the start as characters. It is highly recommended to add a length field before, and padding bits at the end for alignment. In section 4, in GAAP Claim Message, there are both an IPv4 and an IPv6 address. But according to definition in section 2, a Group Address should be an IPv4 "OR" an IPv6 address. It is recommended to replace this two address fields by a field with "Address Family" flag. The flag would decide the length of the address field. In section 4, 32-bit timestamp in seconds is too small. It have the "year 2038" issue. It is highly recommended to use 64-bit timestamp. In section 8, the draft claim "At this time there is no dynamic rekeying ... Therefore, all nodes must be manually rekeyed". I understand the dynamic rekeying management is out of scope of this document. But it can be worked with other existing DKM mechanisms. It is not wise to state "must be manually rekeyed".
- [pim] draft-ietf-pim-gaap-14 early Intdir review Sheng Jiang via Datatracker
- [pim] Re: draft-ietf-pim-gaap-14 early Intdir rev… Mike McBride
- [pim] Re: [Int-dir] Re: draft-ietf-pim-gaap-14 ea… Sheng JIANG