Re: [OSPF] WG Adoption Poll for "OSPF LLS Extensions for Local Interface ID Advertisement"

Olivier Dugeon <olivier.dugeon@orange.com> Wed, 24 May 2017 12:46 UTC

Return-Path: <olivier.dugeon@orange.com>
X-Original-To: ospf@ietfa.amsl.com
Delivered-To: ospf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3CA35129ACD for <ospf@ietfa.amsl.com>; Wed, 24 May 2017 05:46:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.223
X-Spam-Level:
X-Spam-Status: No, score=-1.223 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RP_MATCHES_RCVD=-0.001, SPF_SOFTFAIL=0.665, T_FILL_THIS_FORM_SHORT=0.01, URIBL_BLOCKED=0.001] autolearn=no 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 q_W4Qlr-JMtS for <ospf@ietfa.amsl.com>; Wed, 24 May 2017 05:46:13 -0700 (PDT)
Received: from p-mail1.rd.orange.com (p-mail1.rd.orange.com [161.106.1.2]) by ietfa.amsl.com (Postfix) with ESMTP id 73CB41287A0 for <ospf@ietf.org>; Wed, 24 May 2017 05:46:12 -0700 (PDT)
Received: from p-mail1.rd.orange.com (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 953A17CC002; Wed, 24 May 2017 14:46:07 +0200 (CEST)
Received: from FTRDCH01.rd.francetelecom.fr (unknown [10.194.32.11]) by p-mail1.rd.orange.com (Postfix) with ESMTP id 8086041022C; Wed, 24 May 2017 14:46:07 +0200 (CEST)
Received: from renot.local (10.192.150.63) by FTRDCH01.rd.francetelecom.fr (10.194.32.11) with Microsoft SMTP Server id 14.3.319.2; Wed, 24 May 2017 14:46:06 +0200
To: Peter Psenak <ppsenak@cisco.com>, Julien Meuric <julien.meuric@orange.com>, "Acee Lindem (acee)" <acee@cisco.com>, OSPF WG List <ospf@ietf.org>
References: <D549C342.AFC83%acee@cisco.com> <3733295c-3e40-d780-ad7b-78d02ff0c50b@orange.com> <5925543D.60800@cisco.com> <4dbc99c6-15b7-f35c-42de-2b61086242a9@orange.com> <59256DFD.1020107@cisco.com>
From: Olivier Dugeon <olivier.dugeon@orange.com>
Message-ID: <acb4f197-5f5f-5f7c-b09b-91e58fa07c89@orange.com>
Date: Wed, 24 May 2017 14:46:05 +0200
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:52.0) Gecko/20100101 Thunderbird/52.1.1
MIME-Version: 1.0
In-Reply-To: <59256DFD.1020107@cisco.com>
Content-Type: multipart/alternative; boundary="------------C233B6BDF069C32ECB77FBB6"
Content-Language: en-GB
Archived-At: <https://mailarchive.ietf.org/arch/msg/ospf/ln1PhNlmoX42dRp_PAaBXQmoSZw>
Subject: Re: [OSPF] WG Adoption Poll for "OSPF LLS Extensions for Local Interface ID Advertisement"
X-BeenThere: ospf@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: The Official IETF OSPG WG Mailing List <ospf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ospf>, <mailto:ospf-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ospf/>
List-Post: <mailto:ospf@ietf.org>
List-Help: <mailto:ospf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ospf>, <mailto:ospf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 24 May 2017 12:46:15 -0000

Peter,


Le 24/05/2017 à 13:26, Peter Psenak a écrit :
> Olivier,
>
> On 24/05/17 12:19 , Olivier Dugeon wrote:
>> Hi Peter,
>>
>>
>> Le 24/05/2017 à 11:37, Peter Psenak a écrit :
>>> Julien,
>>>
>>> - I don't know if there is any implementation that uses the solution
>>> proposed in RFC 4203. I sent a query to the WG list and so far I have
>>> not heard about a single one.
>> I already write a basic support of RFC 4203 publish originaly in Quagga
>> and now available in FRRouting. Link Local /Remote Identifier are
>> decoded and it is quiet simple to add configuration at the interface
>> level to advertise them.
>> I could provide a patch if needed.
>>>
>>> - there is not even IANA registry created for the Sub-TLVs of the Link
>>> Local TLVs and there is no IANA value reserved for Link Local
>>> Identifier TLV as defined in RFC4203.
>> For us, there is a simple solution: Just use Link Local / Remote
>> Identifier TLVs with Remote Identifier set to 0 if it is unknown.
>
> that is not what RFC4203 suggests, so it's not a standardized behavior.
Yes I know. It is just a proposal. IMHO, it is sometimes preferable and 
smoother to just allocate new code point / bit mask to an existing RFC 
instead of adding a new RFC.

In the particular case of RFC4203, like Julien mention, it just require 
a IANA allocation that has not been performed when the RFC was 
published. Sending an opaque LSA (disregarding its flooding scope) 
remains a simple operation once the opaque LSA framework is in place. 
 From a code perspective, I agree that it is simple to add Link Local to 
Hello Message compared to sending an opaque LSA. But, this impose the 
support of Link Local Signalling. I'm curious to know if some commercial 
implementation support LLS and not TE and reciprocally. From my 
knowledge, Quagga, and thus FRrouting, have no support for LLS, but have 
support for TE.

Regards

Olivier
>
> thanks,
> Peter
>
>> There
>> is no need to create one more TLVs parameters. From an operator point of
>> view, it is already very hard to manage all existing TE parameters. Why
>> adding extra TLVs when existing ones could be used ?
>>
>> Regards
>>
>> Olivier
>>>
>>> So at the end we may not even have any duplication at all.
>>>
>>> regards,
>>> Peter
>>>
>>> On 24/05/17 10:54 , Julien Meuric wrote:
>>>> Hi Acee,
>>>>
>>>> There is indeed overwhelming support on the feature. However, reading
>>>> this brand new -01 (thanks for the advertisement) and the necessary
>>>> backward compatibility section it had to include, I wonder if this I-D
>>>> is specifying a solution to a problem vs. creating new issues...
>>>>
>>>> More generally, we should clarify how much we, as community, are ready
>>>> to duplicate protocol extensions/codepoints on a solely "repurposing"
>>>> basis. If there is a risk of redefining all extensions originally
>>>> specified for the TE use-case, we must right now discuss where to
>>>> globally draw the line between what we may accept and what we will 
>>>> not.
>>>> Otherwise, we will jump onto a controversy each time a new 
>>>> parameter set
>>>> is tackled in a dedicated I-D.
>>>>
>>>> Please note there are some other ways forward in the Routing area. For
>>>> (random) example, PCEP has been repurposed from a its original 
>>>> scope to
>>>> encompass capabilities to push state. To do so, some features and
>>>> objects had to be repurposed, but the specification managed to 
>>>> reuse the
>>>> original ones, avoiding any backward compatibility considerations...
>>>>
>>>> Regards,
>>>>
>>>> Julien
>>>>
>>>>
>>>> May. 23, 2017 - acee@cisco.com:
>>>>> The WG adoption poll has concluded and there is overwhelming  support
>>>>> for this document.
>>>>>
>>>>> Additionally,
>>>>> https://www.ietf.org/id/draft-ppsenak-ospf-lls-interface-id-01.txt
>>>>> addresses
>>>>> the comments received the adoption poll.
>>>>>
>>>>> Authors,
>>>>>
>>>>> Please republish the document as
>>>>> draft-ietf-ospf-lls-interface-id-00.txt.
>>>>>
>>>>> Thanks,
>>>>> Acee
>>>>>
>>>>> From: OSPF <ospf-bounces@ietf.org <mailto:ospf-bounces@ietf.org>> on
>>>>> behalf of Acee Lindem <acee@cisco.com <mailto:acee@cisco.com>>
>>>>> Date: Thursday, May 4, 2017 at 2:45 PM
>>>>>
>>>>>
>>>>>      This draft was presented in Chicago and there was acknowledgment
>>>>>      that a solution was needed. The authors have asked for WG 
>>>>> adoption
>>>>>      and we are now doing a WG adoption poll. Please indicate your
>>>>>      support or objection by May 20th, 2017.
>>>>>
>>>>>      Thanks,
>>>>>      Acee
>>>>>
>>>>>
>>>>
>>>> _______________________________________________
>>>> OSPF mailing list
>>>> OSPF@ietf.org
>>>> https://www.ietf.org/mailman/listinfo/ospf
>>>> .
>>>>
>>>
>>> _______________________________________________
>>> OSPF mailing list
>>> OSPF@ietf.org
>>> https://www.ietf.org/mailman/listinfo/ospf
>>
>> -- 
>> logo Orange <http://www.orange.com>
>>
>> Olivier Dugeon
>> Senior research engineer in QoS and network control
>> Open Source Referent
>> Orange/IMT/OLN/WTC/IEE/OPEN
>>
>> fixe : +33 2 96 07 28 80
>> mobile : +33 6 82 90 37 85
>> olivier.dugeon@orange.com <mailto:olivier.dugeon@orange.com>
>>
>

-- 
logo Orange <http://www.orange.com>

Olivier Dugeon
Senior research engineer in QoS and network control
Open Source Referent
Orange/IMT/OLN/WTC/IEE/OPEN

fixe : +33 2 96 07 28 80
mobile : +33 6 82 90 37 85
olivier.dugeon@orange.com <mailto:olivier.dugeon@orange.com>