[DMM] draft-ietf-dmm-tn-aware-mobility-28 telechat Tsvart review

Joseph Touch via Datatracker <noreply@ietf.org> Thu, 23 July 2026 05:37 UTC

Return-Path: <noreply@ietf.org>
X-Original-To: dmm@ietf.org
Delivered-To: dmm@mail2.ietf.org
Received: from [10.244.22.187] (gaia.k8s.ietf.org [4.156.85.76]) by mail2.ietf.org (Postfix) with ESMTP id BBCA811CF2725; Wed, 22 Jul 2026 22:37:47 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ietf.org; s=ietf1; t=1784785067; bh=TbjxT13V7hh5Eu4eD74EtjNUwl1xTFxwcrm/QdE7nCE=; h=From:To:Cc:Subject:Reply-To:Date; b=bWWxzwBIpEbyITEetaFGgLJyBS17bpWrIuMPX0SBFebqxhEuzaM8TMshoZVL6EJ/l 0V+OSPlgGP8kgk9N0sdBtTIhcdlIpq2bpTDcjJw+4M7ghPVkhqHWiI0d7f+oUZxCQH CATCY6ZiGfR8DIR1UI27zXdwGQAel3G9WNjSD6D0=
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
From: Joseph Touch via Datatracker <noreply@ietf.org>
To: tsv-art@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 12.69.0
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <178478506766.524020.17072846228241854340@dt-datatracker-d4d6ff9d9-ql5mb>
Date: Wed, 22 Jul 2026 22:37:47 -0700
Message-ID-Hash: 6AB4VGUW2EFJY66O66W5HHDD4NEZVFC2
X-Message-ID-Hash: 6AB4VGUW2EFJY66O66W5HHDD4NEZVFC2
X-MailFrom: noreply@ietf.org
X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-dmm.ietf.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header
CC: dmm@ietf.org, draft-ietf-dmm-tn-aware-mobility.all@ietf.org, last-call@ietf.org
X-Mailman-Version: 3.3.9rc6
Reply-To: Joseph Touch <touch@strayalpha.com>
Subject: [DMM] draft-ietf-dmm-tn-aware-mobility-28 telechat Tsvart review
List-Id: Distributed Mobility Management Working Group <dmm.ietf.org>
Archived-At: <https://mailarchive.ietf.org/arch/msg/dmm/YdYzkLX1ijMpHbZz8C7EwMx6nME>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dmm>
List-Help: <mailto:dmm-request@ietf.org?subject=help>
List-Owner: <mailto:dmm-owner@ietf.org>
List-Post: <mailto:dmm@ietf.org>
List-Subscribe: <mailto:dmm-join@ietf.org>
List-Unsubscribe: <mailto:dmm-leave@ietf.org>

Document: draft-ietf-dmm-tn-aware-mobility
Title: Mobility-aware Transport Network Slicing for 5G
Reviewer: Joseph Touch
Review result: Not Ready

This document has been reviewed as part of the transport area review team's
ongoing effort to review key IETF documents. These comments were written
primarily for the transport area directors, but are copied to the document's
authors and WG to allow them to address any issues raised and also to the IETF
discussion list for information.

When done at the time of IETF Last Call, the authors should consider this
review as part of the last-call comments they receive. Please always CC
tsv-art@ietf.org if you reply to or forward this review.

This document was reviewed solely from a transport perspective. It does not
address the viability of this mechanism nor its intended utility.

The key transport issues appear to be as listed below. Items A and B can be
resolved by simple edits. Item C requires more extensive revision to address.
Item D appears to be unresolvable, given this is intended as an informational
RFC and intends to override a standards-track RFC.

Joe

A. Use of UDP source ports for packet identification
    o   There is nothing inherently problematic about this,
        as long as these ports are understood not to be assigned
        or reserved, and to notably avoid the potentially hazardous
        use of the “0” port value, which can trigger unexpected behavior
        in some systems.
B.      Referring incorrectly to “IP source ports” in numerous places
    o   Transport layers have ports, not IP packets
    o   If this refers to the UDP source port, it would be useful to
        correct the terminology and more clearly explain the header
        sequence expected
C. Conflicts with RFC3948
    o   RFC 3948 requires that UDP-encapsulated ESP “MUST” use the
        same source and destination ports as that used by IKE traffic
        (in that RFC, Sec 2.1)
    o   This document appears to intend to override that rule such
        that source ports are configurable (this doc, Sec 6, paragraph 4).
    o   As an informational document, this document cannot override
        RFC 3498, nor does it currently appear to correctly (it would
        require an “updates” marking).
D. Lack of discussion of path MTU and fragmentation concerns
    o   The document makes liberal use of UDP encapsulation,
        but never mentions any issues with increased overheads,
        packet loss, computational effort, required storage, or
        security implications involved with IP fragmentation and
        reassembly, nor any discussion of interaction with PLPMTUD.
    o   The key security implication is the increased potential
        for DOS attacks at the reassembly points, and this should be
        included in the security considerations.
    o   In particular, IP fragmentation MUST occur in the encapsulated
        IP outer packet, not by fragmenting the inner IP packet
        because the potential for on-path fragmentation cannot be
        assumed (the inner IP packet could be IPv4 with DF=0 or IPv6,
        neither of which can be fragmented on-path).
    o   New UDP options do support UDP-layer fragmentation (RFC 9868)
        and could be included in this discussion, but these are not
        yet widely deployed.

--