Re: [lisp] [Tsv-art] Tsvart last call review of draft-ietf-lisp-rfc6833bis-13

Colin Perkins <csp@csperkins.org> Wed, 19 September 2018 12:41 UTC

Return-Path: <csp@csperkins.org>
X-Original-To: lisp@ietfa.amsl.com
Delivered-To: lisp@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1B4A7130FCE; Wed, 19 Sep 2018 05:41:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.2
X-Spam-Level:
X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, 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 hug_yA7SlGmg; Wed, 19 Sep 2018 05:41:48 -0700 (PDT)
Received: from haggis.mythic-beasts.com (haggis.mythic-beasts.com [IPv6:2a00:1098:0:86:1000:0:2: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 49531130FCD; Wed, 19 Sep 2018 05:41:48 -0700 (PDT)
Received: from [130.209.157.50] (port=16459 helo=glaroam2-141-222.wireless.gla.ac.uk) by haggis.mythic-beasts.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <csp@csperkins.org>) id 1g2bna-0004iE-IT; Wed, 19 Sep 2018 13:41:46 +0100
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
From: Colin Perkins <csp@csperkins.org>
In-Reply-To: <F4F21DEB-64AC-4416-BC27-9626E024625B@gmail.com>
Date: Wed, 19 Sep 2018 13:41:29 +0100
Cc: tsv-art@ietf.org, draft-ietf-lisp-rfc6833bis.all@ietf.org, IETF Discussion Mailing List <ietf@ietf.org>, "lisp@ietf.org list" <lisp@ietf.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <95DE3AE3-225C-487C-A690-DEF2C3870561@csperkins.org>
References: <153597929696.13392.8265627120055145654@ietfa.amsl.com> <C29F5A80-AB80-49D7-B508-E86F4FECFC9E@gmail.com> <B080E6E7-DB8A-4DD2-A50E-2CB69A06BC55@csperkins.org> <F4F21DEB-64AC-4416-BC27-9626E024625B@gmail.com>
To: Dino Farinacci <farinacci@gmail.com>
X-Mailer: Apple Mail (2.3273)
X-BlackCat-Spam-Score: 4
Archived-At: <https://mailarchive.ietf.org/arch/msg/lisp/CZv7Xc_jyfmMAB8LzibkLAtTtWs>
Subject: Re: [lisp] [Tsv-art] Tsvart last call review of draft-ietf-lisp-rfc6833bis-13
X-BeenThere: lisp@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: List for the discussion of the Locator/ID Separation Protocol <lisp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/lisp>, <mailto:lisp-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/lisp/>
List-Post: <mailto:lisp@ietf.org>
List-Help: <mailto:lisp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/lisp>, <mailto:lisp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 19 Sep 2018 12:41:51 -0000

Some follow-up comments inline.
Colin



> On 12 Sep 2018, at 19:58, Dino Farinacci <farinacci@gmail.com> wrote:
> 
> Thanks for the response, no worries on the slow follow-up. I have cut out some email text.
> 
>>>> 
>>> 
>>> The control-plane does’t try to send MTU size packets. It depends on IP fragmentation/reassembly. But an implementation should know it cannot build a LISP message larger than 65535 bytes.
>> 
>> I’m not convinced relying on IP fragmentation is a good idea. In the best case, loss of a fragment results in loss of the entire packet, multiplying the effective loss rate. There can also be middleboxes that drop fragments. It would be better if the control place could fragment to MTU size packets (either the actual MTU, or a typical MTU – 1280 octets perhaps).
> 
> Well an implementation can certainly build messages of effective MTU length which in most cases is 1280/1500 as well.

I’d suggest that the document provide guidance on doing this, since relying on IP fragmentation is going to be problematic.

>>>> The draft does not mention congestion control, but many of the messages are
>>>> rate limited. If the intent of the rate limits is that no further congestion
>>>> control is needed, then it needs to be made explicit that this is the case, and
>>> 
>>> Yes, that is the intent.
>>> 
>>>> some justification needs to be added to explain why it is safe. This could,
>>>> perhaps, take the form of an appendix that analyses the expected control plane
>>>> traffic that will flow over a particular path when the protocol is in use, and
>>>> demonstrates that this will be low enough rate not to be problematic. In any
>>>> case, the draft needs some discussion of how congestion control is addressed.
>>> 
>>> The flow-control is coupled with protecting caches as well as request and register load on map-resolvers and map-servers.
>> 
>> Sure, but as I mentioned, the draft needs some justification for why this is safe from a congestion control viewpoint.
> 
> Can you suggest some simple text that would be sufficient. We have done the analysis in other drafts. Would simply pointing a reference to them be sufficient you think?

If the analysis exists elsewhere, then referencing it is likely sufficient. If not, this needs analysis by someone who understands LISP to explain why it won’t cause congestion. I’m not a LISP expert, so cannot do that analysis.

>>>> It’s unclear what messages need to be retransmitted if they’re lost, and how to
>>>> determine if a message is lost (e.g., what is the timeout) and what is the
>>>> retransmission schedule. This may be clear to a reader with an in-depth
>>>> understanding of LISP, but it would be helpful to provide more explicit
>>>> statements about loss detection and retransmission.
>>> 
>>> Map-Registers are sent periodically but the text says that if Map-Notify messages are desired for acknowledgement, the Map-Registers can be transmitted more quickly in the case of loss.
>>> 
>>> Map-Notify messages are obviously acknowledgement by Map-Notify-Ack. That was an added message to RFC6833bis.
>>> 
>>> Map-Requests and Map-Replies are reliability sent for cache population. And the nonce is used for both security purproses and to associated a Map-Reply to a previous sent Map-Request, which is rate-limited.
>>> 
>>> That is pretty much it and I think is explained in pretty much detail. So if you have any specific comments, please provide them. Thanks.
>> 
>> I perhaps missed it, but didn’t see any discussion of timeouts to detect loss, retransmission frequency, how often retransmissions should be retried before giving up, and what might happen if the retransmissions fail. It’s not sufficient to just say a response is retransmitted, without saying how loss is detected and how retransmissions work.
>> 
>>>> Many of these issues could perhaps be addressed by running the control plane
>>>> over TCP rather than UDP, as is beginning to happen with the DNS. I understand
>>>> that this would be a significant late change to the protocol.
>>> 
>>> We have a draft that is considering running the LISP control-plane over TCP/QUIC with the addition of encryped security TLS/QUIC. But not as a replacement to UDP but so an LISP control-plane implementation cam be simplfied.
>> 
>> I’d encourage this work, with the goal of eventually replacing the UDP-based transport.
> 
> Fabio and Marc have been working on it. A draft expired, so I don’t know their status. I agree with you.
> 
>> 
>>>> The control plane messages contain embedded IP addresses. Does this cause any
>>>> issues in the presence of NAT boxes, either by leaking information about
>>>> private addressing or by distributing addresses that are unreachable outside
>>>> their realm? I noticed there is a mention of an individual draft on LISP NAT
>>>> Traversal in Section 5.6, but the embedded addresses are included in more
>>>> places.
>>> 
>>> We want private addresses to be inside of LISP control-plane packet payload because there are cases where two xTRs want to determine if they are behind the same NAT, so they can encapsulate directly to each other with those private addresses. For xTRs that are not behind this common NAT, RLOC-probing will tell them they cannot reach the private address.
>> 
>> That’s fine, there should be some discussion of the privacy implications of exposing those addresses. The WebRTC community has run into considerable issues due to leaking IP addressing information – perhaps this is not a concern for LISP, but the issue should be considered, if only to add a note explaining why it’s not a concern.
> 
> This only happens in the NAT-traversal cases. I think it should go in the Security Consideration section of that draft. Not this draft. The standardization effort at this point in time is not including NAT-traversal mechanisms because that draft has not been accepted as a working group draft yet.

Putting the details into the NAT traversal draft likely makes sense, but I do think a brief addition to highlight that there may be an issue, and to point to the discussion elsewhere, would be worthwhile.

>> Is there a need to protect the addresses? STUN uses XOR-mapping of embedded IP addresses, because NATs were found that tried to translate embedded IP addresses, outside of the IP header, and broke the protocol. Does LISP need something similar?
> 
> No it doesn’t but as we evolved the NAT-traversal draft, we will consider this. Thanks for the heads-up.
> 
> Thanks again,
> Dino
> 
> _______________________________________________
> Tsv-art mailing list
> Tsv-art@ietf.org
> https://www.ietf.org/mailman/listinfo/tsv-art



-- 
Colin Perkins
https://csperkins.org/