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

David Lamparter <equinox@diac24.net> Thu, 14 April 2016 12:27 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 432E812E422 for <ipv6@ietfa.amsl.com>; Thu, 14 Apr 2016 05:27:31 -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, RCVD_IN_DNSWL_NONE=-0.0001, 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 S4EzikxR9soy for <ipv6@ietfa.amsl.com>; Thu, 14 Apr 2016 05:27:29 -0700 (PDT)
Received: from eidolon.nox.tf (eidolon.nox.tf [IPv6:2a02:238:f02a:8e2f:1::]) (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 3FBDD12E3CF for <ipv6@ietf.org>; Thu, 14 Apr 2016 05:27:29 -0700 (PDT)
Received: from equinox by eidolon.nox.tf with local (Exim 4.86_2) (envelope-from <equinox@diac24.net>) id 1aqgMo-003lIh-Ae; Thu, 14 Apr 2016 14:27:27 +0200
Date: Thu, 14 Apr 2016 14:27:26 +0200
From: David Lamparter <equinox@diac24.net>
To: Sowmini Varadhan <sowmini05@gmail.com>
Subject: Re: draft-van-beijnum-multi-mtu-05.txt
Message-ID: <20160414122726.GO518778@eidolon>
References: <20160406151831.GZ518778@eidolon> <570569C2.4030601@acm.org> <CACP96tSD6SNBHKZbbwTQ9Wz+h2X4jXdyA_W7nYmUNDeQBJiBVQ@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <CACP96tSD6SNBHKZbbwTQ9Wz+h2X4jXdyA_W7nYmUNDeQBJiBVQ@mail.gmail.com>
User-Agent: Mutt/1.5.24 (2015-08-30)
Archived-At: <http://mailarchive.ietf.org/arch/msg/ipv6/4xz0PdytwYQz5wlKY3gm7L1m2dk>
Cc: 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: Thu, 14 Apr 2016 12:27:31 -0000

On Mon, Apr 11, 2016 at 05:18:07AM -0700, Sowmini Varadhan wrote:
> On Wed, Apr 6, 2016 at 12:55 PM, Erik Nordmark <nordmark@acm.org> wrote:
> > On 4/6/16 12:18 PM, David Lamparter wrote:
> >> On Mon, Apr 04, 2016 at 11:37:17PM +0200, Mikael Abrahamsson wrote:
> >>
> >>> I'll be presenting
> >>> https://tools.ietf.org/html/draft-van-beijnum-multi-mtu-05 in 6man on
> >>> Wednesday. There are operational considerations here, so I encourage
> >>> people to drop in and/or comment on this draft.
> >>>
> >> 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.
> 
> 
> there's also the question of what mtu to advertise in the face of
> pvlans, when there is a router on a promisc port proxying the NA.

A system doing proxy NA is ultimately a router and should be handled as
such; i.e. if done "right" there is only one 1:1 relationship for which
first-hop MTU discovery is done.

> In practice, since a node typically uses a single interface to talk
> to multiple onlink neighbors, and jumbo mtu etc is configured per
> interface, you would end up getting metered down to the lowest
> common denominator for the subnet, right?

No, the per-interface configuration is exactly what this draft is trying
to work around.

Regards,

-David