Re: [v6ops] I-D Action: draft-ietf-v6ops-ipv6rtr-reqs-02.txt

Tore Anderson <tore@fud.no> Mon, 05 March 2018 07:42 UTC

Return-Path: <tore@fud.no>
X-Original-To: v6ops@ietfa.amsl.com
Delivered-To: v6ops@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D6A031272E1 for <v6ops@ietfa.amsl.com>; Sun, 4 Mar 2018 23:42:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.91
X-Spam-Level:
X-Spam-Status: No, score=-1.91 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, 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 lVNoplLqLXRl for <v6ops@ietfa.amsl.com>; Sun, 4 Mar 2018 23:42:18 -0800 (PST)
Received: from mail.fud.no (mail.fud.no [IPv6:2a02:c0:4f0:bb02:f816:3eff:fed3:8342]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 801EB127275 for <v6ops@ietf.org>; Sun, 4 Mar 2018 23:42:18 -0800 (PST)
Received: from [2a02:c0:2:1:1194:17:0:1029] (port=43874 helo=echo.ms.redpill-linpro.com) by mail.fud.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.86_2) (envelope-from <tore@fud.no>) id 1esklC-0000ej-La; Mon, 05 Mar 2018 08:42:14 +0100
Date: Mon, 05 Mar 2018 08:42:14 +0100
From: Tore Anderson <tore@fud.no>
To: Mark Andrews <marka@isc.org>
Cc: Lorenzo Colitti <lorenzo@google.com>, "v6ops@ietf.org WG" <v6ops@ietf.org>
Message-ID: <20180305084214.6389aec9@echo.ms.redpill-linpro.com>
In-Reply-To: <02EF1B15-1344-4316-8F96-3105D82F4E4D@isc.org>
References: <152021615239.27925.6946415833371012617@ietfa.amsl.com> <CAKD1Yr00qjz7z8VF5=WeZ+baBPxJfmnYVhvNqKn_m7gu9H2GTA@mail.gmail.com> <0E0957B6-FA65-4CB0-965F-832699118204@isc.org> <CAKD1Yr3eLjO4vdQLjJgi2M=kyO_P9Mpw99ctY06GbzPFZZ6V5g@mail.gmail.com> <9C6ADA3B-8EC8-4E30-94C9-36285A9FFCCA@isc.org> <CAKD1Yr1u8Ph5+Pr52YO6nf6qxEDXZmS=-1-aUwUzVK1M_iB26g@mail.gmail.com> <02EF1B15-1344-4316-8F96-3105D82F4E4D@isc.org>
X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-redhat-linux-gnu)
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Archived-At: <https://mailarchive.ietf.org/arch/msg/v6ops/cp8-mjdyKLbnV5WgG04vKXMgYRU>
Subject: Re: [v6ops] I-D Action: draft-ietf-v6ops-ipv6rtr-reqs-02.txt
X-BeenThere: v6ops@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: v6ops discussion list <v6ops.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/v6ops>, <mailto:v6ops-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/v6ops/>
List-Post: <mailto:v6ops@ietf.org>
List-Help: <mailto:v6ops-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/v6ops>, <mailto:v6ops-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 05 Mar 2018 07:42:20 -0000

* Mark Andrews <marka@isc.org>

> > On 5 Mar 2018, at 5:54 pm, Lorenzo Colitti <lorenzo@google.com> wrote:
> > 
> > DNS servers don't differ between cell towers. The thing that
> > differs is the /64 assigned to the device.
> > 
> > The phone announces its address in that /64 as the DNS server. When
> > the phone's /64 prefix changes, the old address is no longer valid
> > and potentially belongs to another customer of the network. But
> > with stateless DHCPv6, there's no way for the phone to tell clients
> > not to use it any more.  
> 
> So you are tearing down the network too fast in the phone.  The point
> to “deprecating” the prefix is to keep stuff like this working for a
> while using the deprecated addresses.  If the stateless DHCPv6 is
> adverting resources with TTLs longer than the RA timers then you as a
> developer of the phone have build a broken product.

You're forgetting that the network could be torn down for all sorts of
reasons outside the phone's control, like driving through a tunnel.
When you emerge from the tunnel 10 seconds later, the phone might
receive a new /64.

Tore