Re: draft-van-beijnum-multi-mtu-05.txt

David Lamparter <equinox@diac24.net> Wed, 06 April 2016 22:06 UTC

Return-Path: <equinox@diac24.net>
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 7FF3512D101 for <ipv6@ietfa.amsl.com>; Wed, 6 Apr 2016 15:06:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_PASS=-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 kERmMdkog1yF for <ipv6@ietfa.amsl.com>; Wed, 6 Apr 2016 15:06:26 -0700 (PDT)
Received: from eidolon.nox.tf (eidolon.nox.tf [85.239.127.252]) (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 1343912D0A3 for <ipv6@ietf.org>; Wed, 6 Apr 2016 15:06:25 -0700 (PDT)
Received: from equinox by eidolon.nox.tf with local (Exim 4.86_2) (envelope-from <equinox@diac24.net>) id 1anvYZ-003ZKM-5d; Thu, 07 Apr 2016 00:04:11 +0200
Date: Thu, 07 Apr 2016 00:04:11 +0200
From: David Lamparter <equinox@diac24.net>
To: David Lamparter <equinox@diac24.net>
Subject: Re: draft-van-beijnum-multi-mtu-05.txt
Message-ID: <20160406220411.GC518778@eidolon>
References: <20160406151831.GZ518778@eidolon> <570569C2.4030601@acm.org> <20160406212048.GB518778@eidolon>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <20160406212048.GB518778@eidolon>
User-Agent: Mutt/1.5.24 (2015-08-30)
Archived-At: <http://mailarchive.ietf.org/arch/msg/ipv6/eVFfSN_Iquu2A8HEXuxiYfqJBr8>
Cc: Erik Nordmark <nordmark@acm.org>, Iljitsch van Beijnum <iljitsch@muada.com>, 6man <ipv6@ietf.org>
X-BeenThere: ipv6@ietf.org
X-Mailman-Version: 2.1.17
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, 06 Apr 2016 22:06:27 -0000

On Wed, Apr 06, 2016 at 11:20:48PM +0200, David Lamparter wrote:
> On Wed, Apr 06, 2016 at 04:55:46PM -0300, Erik Nordmark wrote:
> > On 4/6/16 12:18 PM, David Lamparter wrote:
> > > On Mon, Apr 04, 2016 at 11:37:17PM +0200, Mikael Abrahamsson wrote:
> > > Ok... easy comments/opinions first:
> > > - should definitely be ICMP, not UDP.  Erik Nordmark's suggestion to
> > >    piggyback on NUD sounds great, though admittedly I haven't thought it
> > >    through looking for pitfalls.
> > One issue compared to a dedicate probe is that a NUD (a unicast NS) of 
> > size X wouldn't necessarily result in a unicast NA that is also padded; 
> > perhaps one can add such behavior so that we can get the bidirectional 
> > probe in both directions.
> 
> That might be (half of) a feature: if the MTU probe is a NS option, and
> the target host does not support it, we still get a NA reply.  That's
> better than timing out waiting.  The downside is that a NA without the
> "MTU response" option doesn't mean that the host doesn't implement the
> protocol -- the NA could be in response to something else.

Obvious easy way: have the "ND NODEMTU" option described in draft sec. 5
mandatory on all NAs if the host implements the protocol; receipt of any
NA without the option can then flag the sender as mtu-probe-incapable.

(Not sure if the last paragraph of sec. 9.1 already implies the option
MUST be put on all NAs and NSs?  Certainly needs better wording.)

-David

> That said, I'd expect the probability of a host ignoring a new NS option
> is much lower than it filtering out unknown new ICMP (sub)types or UDP
> ports.  If that reduces useless probing (or even waiting), I'm all for
> it.
> 
> (As I understand it, the draft in no case suggests waiting for the
> probes to come back, so it's not much of an argument.  Might still
> reduce useless probe traffic?)