Re: Path MTU Hop-by-Hop Option

Carsten Bormann <cabo@tzi.org> Wed, 17 October 2018 04:50 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: ipv6@ietfa.amsl.com
Delivered-To: ipv6@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 275E9130E6A for <ipv6@ietfa.amsl.com>; Tue, 16 Oct 2018 21:50:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.199
X-Spam-Level:
X-Spam-Status: No, score=-4.199 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eWZXRRHlnAnx for <ipv6@ietfa.amsl.com>; Tue, 16 Oct 2018 21:50:05 -0700 (PDT)
Received: from mailhost.informatik.uni-bremen.de (mailhost.informatik.uni-bremen.de [IPv6:2001:638:708:30c9::12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3120C130EA8 for <ipv6@ietf.org>; Tue, 16 Oct 2018 21:50:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at informatik.uni-bremen.de
Received: from submithost.informatik.uni-bremen.de (submithost2.informatik.uni-bremen.de [134.102.200.7]) by mailhost.informatik.uni-bremen.de (8.14.5/8.14.5) with ESMTP id w9H4npnD013714; Wed, 17 Oct 2018 06:49:56 +0200 (CEST)
Received: from [192.168.217.102] (p54A6CA9F.dip0.t-ipconnect.de [84.166.202.159]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by submithost.informatik.uni-bremen.de (Postfix) with ESMTPSA id 42ZfqM4HHsz1Bqf; Wed, 17 Oct 2018 06:49:51 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
Subject: Re: Path MTU Hop-by-Hop Option
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <E97952C5-3E3C-4EC1-B414-BDA8717FD7DF@gmail.com>
Date: Wed, 17 Oct 2018 06:49:50 +0200
Cc: IPv6 List <ipv6@ietf.org>, Gorry Fairhurst <gorry@erg.abdn.ac.uk>
X-Mao-Original-Outgoing-Id: 561444588.98112-7b4981c9e51b5ddf04755433464eb1f6
Content-Transfer-Encoding: quoted-printable
Message-Id: <24F21185-0E76-449D-B9C7-729DD8CD30EE@tzi.org>
References: <153972960647.9465.12295361632444928551.idtracker@ietfa.amsl.com> <E97952C5-3E3C-4EC1-B414-BDA8717FD7DF@gmail.com>
To: Bob Hinden <bob.hinden@gmail.com>
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/ipv6/e9VISenKpXjwyzXX1ic1n_hwPIY>
X-BeenThere: ipv6@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "IPv6 Maintenance Working Group \(6man\)" <ipv6.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ipv6>, <mailto:ipv6-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ipv6/>
List-Post: <mailto:ipv6@ietf.org>
List-Help: <mailto:ipv6-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ipv6>, <mailto:ipv6-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 17 Oct 2018 04:50:08 -0000

On Oct 17, 2018, at 00:55, Bob Hinden <bob.hinden@gmail.com> wrote:
> 
> This document specifies a new Hop-by-Hop IPv6 option that is used to
>   record the minimum Path MTU

A while ago I proposed something similar to collect information about adaptation layer fragmentation MTUs (information about which is truly not available in any other way):

https://tools.ietf.org/html/draft-bormann-intarea-alfi-04

(I also only looked at the Internet layer here — leaving it as an exercise to put in transport/application protocol support.)

After mulling an initial version of the proposal, there was pretty much consensus that hop-by-hop options were not really available on the Internet.  So I put in an alternative way to collect the information, see above if you are interested.  Then at some point SPUD came along and I was hoping that would lead to a framework within in which this information could be better handled.

Maybe it’s time to pull the old draft out again.  The hop-by-hop option problem of course hasn’t gone away.

Grüße, Carsten