Re: [Tsv-art] Tsvart last call review of draft-ietf-ice-rfc5245bis-16

Ben Campbell <ben@nostrum.com> Tue, 30 January 2018 16:49 UTC

Return-Path: <ben@nostrum.com>
X-Original-To: tsv-art@ietfa.amsl.com
Delivered-To: tsv-art@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 960AA12D94A; Tue, 30 Jan 2018 08:49:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.889
X-Spam-Level:
X-Spam-Status: No, score=-1.889 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=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 cmFwSaR_e2Xk; Tue, 30 Jan 2018 08:49:47 -0800 (PST)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (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 DC50012EC2B; Tue, 30 Jan 2018 08:49:47 -0800 (PST)
Received: from [10.0.1.105] (cpe-66-25-7-22.tx.res.rr.com [66.25.7.22]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id w0UGnfr0081152 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Tue, 30 Jan 2018 10:49:42 -0600 (CST) (envelope-from ben@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host cpe-66-25-7-22.tx.res.rr.com [66.25.7.22] claimed to be [10.0.1.105]
From: Ben Campbell <ben@nostrum.com>
Message-Id: <8154BE03-5B04-4AE0-B936-804820ED907F@nostrum.com>
Content-Type: multipart/signed; boundary="Apple-Mail=_11805A38-32D9-400B-A214-F4DDAA087D84"; protocol="application/pgp-signature"; micalg="pgp-sha512"
Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\))
Date: Tue, 30 Jan 2018 10:49:40 -0600
In-Reply-To: <D696485D.2A11B%christer.holmberg@ericsson.com>
Cc: Magnus Westerlund <magnus.westerlund@ericsson.com>, "tsv-art@ietf.org" <tsv-art@ietf.org>, "draft-ietf-ice-rfc5245bis.all@ietf.org" <draft-ietf-ice-rfc5245bis.all@ietf.org>, "ietf@ietf.org" <ietf@ietf.org>, "ice@ietf.org" <ice@ietf.org>
To: Christer Holmberg <christer.holmberg@ericsson.com>
References: <151731848710.27439.7061415423323921488@ietfa.amsl.com> <D696485D.2A11B%christer.holmberg@ericsson.com>
X-Mailer: Apple Mail (2.3445.5.20)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tsv-art/CfZ96ijXWWRUQQp-M-P13FwkYhk>
Subject: Re: [Tsv-art] Tsvart last call review of draft-ietf-ice-rfc5245bis-16
X-BeenThere: tsv-art@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: Transport Area Review Team <tsv-art.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tsv-art>, <mailto:tsv-art-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tsv-art/>
List-Post: <mailto:tsv-art@ietf.org>
List-Help: <mailto:tsv-art-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tsv-art>, <mailto:tsv-art-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 30 Jan 2018 16:49:58 -0000

Commenting on the first issue:

> On Jan 30, 2018, at 8:34 AM, Christer Holmberg <christer.holmberg@ericsson.com> wrote:
> 
>> Significant Issues:
>> 
>> A. Section 5.2:
>> 
>>   Lite implementations only utilize host candidates.  A lite
>>   implementation MUST, for each component of each data stream, allocate
>>   zero or one IPv4 candidates.  It MAY allocate zero or more IPv6
>>   candidates, but no more than one per each IPv6 address utilized by
>>   the host.  Since there can be no more than one IPv4 candidate per
>>   component of each data stream, if an ICE agent has multiple IPv4
>>   addresses, it MUST choose one for allocating the candidate.  If a
>>   host is dual-stack, it is RECOMMENDED that it allocate one IPv4
>>   candidate and one global IPv6 address.  With the lite implementation,
>>   ICE cannot be used to dynamically choose amongst candidates.
>>   Therefore, including more than one candidate from a particular scope
>>   is NOT RECOMMENDED, since only a connectivity check can truly
>>   determine whether to use one address or the other.
>> 
>> I find it quite strange that the above text says there can only be single
>> IPv4
>> based candidate, while for IPv6 a LITE implementation may have one
>> candidate
>> per IPv6 address. Isn't the LITE implication of having multiple
>> candidates for
>> the same address family similar? Yes, IPv6 kind of forces the need for
>> dealing
>> with multiple IPv6 addresses on any host. However, I can see that certain
>> servers will actually be multi-homed in IPv4 and thus can in a sensible
>> way
>> actually have multiple IPv4 candidates, and let the clients select which
>> interface has the best reachability.
>> 
>> Can you please be explicit on what in ICE prevents things to work for
>> IPv4 but
>> the same case works for IPv6?
> 
> This is text from RFC 5245. I agree it is confusing, and unfortunately I
> don¡¯t have a good answer.
> 
> I guess my approach would be to suggest that we simply remove the
> restriction. In addition, there is generic text about dual-stack etc
> elsewhere,
> and I don¡¯t see anything ICE lite specific.
> 
> OLD:
> 
> "Lite implementations only utilize host candidates.  A lite
>   implementation MUST, for each component of each data stream, allocate
>   zero or one IPv4 candidates.  It MAY allocate zero or more IPv6
> candidates, but no more than one per each IPv6 address utilized by
>   the host.  Since there can be no more than one IPv4 candidate per
>   component of each data stream, if an ICE agent has multiple IPv4
>   addresses, it MUST choose one for allocating the candidate.  If a
>   host is dual-stack, it is RECOMMENDED that it allocate one IPv4
>   candidate and one global IPv6 address.  With the lite implementation,
>   ICE cannot be used to dynamically choose amongst candidates.
>   Therefore, including more than one candidate from a particular scope
>   is NOT RECOMMENDED, since only a connectivity check can truly
>   determine whether to use one address or the other."
> 
> 
> NEW:
> 
> "Lite implementations only utilize host candidates.
> With the lite implementation, ICE cannot be used to dynamically choose
> amongst candidates. Therefore, including more than one candidate from a
> particular IP address family is NOT RECOMMENDED, since only a connectivity
> check can Truly determine whether to use one address or the other.”
> 

We should avoid making non-critical changes to text that was unchanged from 5245 at this point in the process. If people think this is important to change, it needs working group discussion. This is a hazard of bis drafts—it’s really hard to tell when you are done. :-)

I am guessing that the original motivation was that, since ICE-lite cannot select among candidates, you want the minimum number of candidates necessary per address family. Multiple IPv6 candidates are allowed because of the nature of IPv6. But I think if you are truly multi-homed, you probably shouldn’t be using ICE-lite.

Ben.