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

David Lamparter <equinox@diac24.net> Wed, 06 April 2016 17:43 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 61E8F12D6F9 for <ipv6@ietfa.amsl.com>; Wed, 6 Apr 2016 10:43:17 -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 UlBV2vM9cM9X for <ipv6@ietfa.amsl.com>; Wed, 6 Apr 2016 10:43:15 -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 BEFE512D6E4 for <ipv6@ietf.org>; Wed, 6 Apr 2016 10:43:13 -0700 (PDT)
Received: from equinox by eidolon.nox.tf with local (Exim 4.86_2) (envelope-from <equinox@diac24.net>) id 1anrTw-003TUz-FU; Wed, 06 Apr 2016 19:43:08 +0200
Date: Wed, 06 Apr 2016 19:43:08 +0200
From: David Lamparter <equinox@diac24.net>
To: Michael Richardson <mcr+ietf@sandelman.ca>
Subject: Re: draft-van-beijnum-multi-mtu-05.txt
Message-ID: <20160406174308.GA518778@eidolon>
References: <20160406151831.GZ518778@eidolon> <15686.1459962765@obiwan.sandelman.ca>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <15686.1459962765@obiwan.sandelman.ca>
User-Agent: Mutt/1.5.24 (2015-08-30)
Archived-At: <http://mailarchive.ietf.org/arch/msg/ipv6/RMqBhFPfWfZKaniQK0Lu2P45Rvo>
Cc: 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 17:43:17 -0000

On Wed, Apr 06, 2016 at 01:12:45PM -0400, Michael Richardson wrote:
> David Lamparter <equinox@diac24.net> wrote:
>     > Now the hard bit; L2 devices messing with L2 addresses.  The device
>     > class I have in mind here are 802.11 "client to wired" bridges.  They
>     > connect to wifi as plain clients and have one or more LAN ports
>     > supporting multiple devices.  802.11 restricts them to the single MAC
>     > address their radio has, so what they do is they "MAC-NAT" everything
>     > behind them.  (They rewrite ARP & ND and have an address table to undo
>     > it on incoming wireless packets.)
> 
> This definitely falls into the category of stupid-layer-2 tricks to get
> around a lack of a routed (homenet-style) layer-3.  sigh.  IPv4 legacy.

Indeed, though it's also 802.11 failing to cover bridges as plain
clients.  802.11ak (= work in progress) and non-standardised WDS (widely
available) solve the same issue, but they need AP implementation (11ak)
or even configured cooperation (WDS); thus that class of kludge products
will stay around for quite a while...

> It seems you are saying with can deal with this problem with:

Yes (sorry if I worded this poorly) - I arrived at the suggestion below
in the hope that identifying by link-locals is less prone to L2
shenanigans than identifying by link-layer address.

> > I believe the better choice here is "Neighbors are identified by their IPv6
> > link-local address".  This removes any possibility for 2 hosts to be
> > conflated into a single neighbor even in the presence of 'broken' L2
> > devices.