Re: [Dots] Reminder -- WGLC on draft-ietf-dots-data-channel-18

kaname nishizuka <kaname@nttv6.jp> Wed, 29 August 2018 06:15 UTC

Return-Path: <kaname@nttv6.jp>
X-Original-To: dots@ietfa.amsl.com
Delivered-To: dots@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5E8FB1277BB for <dots@ietfa.amsl.com>; Tue, 28 Aug 2018 23:15:39 -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, 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 q9s2WGnelR6N for <dots@ietfa.amsl.com>; Tue, 28 Aug 2018 23:15:37 -0700 (PDT)
Received: from guri.nttv6.jp (guri.nttv6.jp [IPv6:2402:c800:ff06:136::140]) by ietfa.amsl.com (Postfix) with ESMTP id CEC91126F72 for <dots@ietf.org>; Tue, 28 Aug 2018 23:15:36 -0700 (PDT)
Received: from z.nttv6.jp (z.nttv6.jp [192.168.8.15]) by guri.nttv6.jp (NTTv6MTA) with ESMTP id 218E425F6C5; Wed, 29 Aug 2018 15:15:34 +0900 (JST)
Received: from SR2-nishizuka.local (fujiko.nttv6.jp [115.69.228.141]) by z.nttv6.jp (NTTv6MTA) with ESMTP id CEED7759013; Wed, 29 Aug 2018 15:15:33 +0900 (JST)
To: "Konda, Tirumaleswar Reddy" <TirumaleswarReddy_Konda@McAfee.com>, "dots@ietf.org" <dots@ietf.org>
References: <359EC4B99E040048A7131E0F4E113AFC014C432C00@marathon> <afc50bb5-860d-e2d6-9908-44a0047c72d3@nttv6.jp> <BN6PR16MB1425CF1239CEBE1157D83D97EA0A0@BN6PR16MB1425.namprd16.prod.outlook.com>
From: kaname nishizuka <kaname@nttv6.jp>
Message-ID: <550061d7-390c-5a39-e71e-4d234d42137c@nttv6.jp>
Date: Wed, 29 Aug 2018 15:15:37 +0900
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.8.0
MIME-Version: 1.0
In-Reply-To: <BN6PR16MB1425CF1239CEBE1157D83D97EA0A0@BN6PR16MB1425.namprd16.prod.outlook.com>
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Transfer-Encoding: 8bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/dots/zgzsjDwW9WAmkkLe_3wd7c7lX-o>
Subject: Re: [Dots] Reminder -- WGLC on draft-ietf-dots-data-channel-18
X-BeenThere: dots@ietf.org
X-Mailman-Version: 2.1.27
Precedence: list
List-Id: "List for discussion of DDoS Open Threat Signaling \(DOTS\) technology and directions." <dots.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dots>, <mailto:dots-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dots/>
List-Post: <mailto:dots@ietf.org>
List-Help: <mailto:dots-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dots>, <mailto:dots-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 29 Aug 2018 06:15:40 -0000

Yes, that's true.
Thus, "?" is required for upper-port in the subtree.

The place of "?" was wrong by my mistake in the previous message.
           |  |     |  +--rw upper-port?    inet:port-number

please see if the automatically generated subtree is consistent with the latest draft.

thanks,
Kaname

On 2018/08/28 23:19, Konda, Tirumaleswar Reddy wrote:
> The subtree is automatically generated from the YANG module using http://www.yangvalidator.com/, upper-port is optional and lower-port is mandatory.
>
>           leaf lower-port {
>             type inet:port-number;
>             mandatory true;
>             description
>               "Lower port number of the port range.";
>           }
>           leaf upper-port {
>             type inet:port-number;
>             must ". >= ../lower-port" {
>               error-message
>                 "The upper port number must be greater than
>                  or equal to lower port number.";
>             }
>
> -Tiru
>
>> -----Original Message-----
>> From: Dots <dots-bounces@ietf.org> On Behalf Of kaname nishizuka
>> Sent: Tuesday, August 28, 2018 2:11 PM
>> To: dots@ietf.org
>> Subject: Re: [Dots] Reminder -- WGLC on draft-ietf-dots-data-channel-18
>>
>>
>>
>> Hi,
>>
>>   From a quick review, these are tiny nits though...
>>
>> Figure 4: DOTS Alias Subtree
>> <
>>             |  |     |  +--rw upper-port    inet:port-number  >
>>             |  |     |  +--rw upper-port    inet:port-number?
>>
>> Figure 8: DOTS ACLs Subtree (TCP Match)
>> <
>>          |              |     |     +--rw flags-bitmask  >
>>          |              |     |     +--rw flags-bitmask?
>>
>> it is to indicate they are optional.
>>
>> thanks,
>> Kaname
>>
>> On 2018/08/22 7:03, Roman Danyliw wrote:
>>> Hello!
>>>
>>> The WGLC on draft-ietf-dots-data-channel ends Tuesday, August 27.  Please
>> provide input on the mailing list by this deadline.
>>> Roman
>>>
>>>> -----Original Message-----
>>>> From: Dots [mailto:dots-bounces@ietf.org] On Behalf Of Roman Danyliw
>>>> Sent: Friday, August 10, 2018 4:30 PM
>>>> To: dots@ietf.org
>>>> Subject: [Dots] WGLC on draft-ietf-dots-data-channel-18
>>>>
>>>> Hello!
>>>>
>>>> Consistent with our discussion at the Montreal meeting, we are
>>>> starting a working group last call (WGLC) for the DOTS Data Channel draft:
>>>>
>>>> DOTS Data Channel Specification
>>>> draft-ietf-dots-data-channel-18
>>>> https://tools.ietf.org/html/draft-ietf-dots-data-channel-18
>>>>
>>>> Please send comments to the DOTS mailing list -- feedback on
>>>> remaining issues or needed changes; as well as endorsements that this draft
>> is ready.
>>>> This WGLC will end on August 27, 2018.
>>>>
>>>> Thanks,
>>>> Roman
>>>>
>>>> _______________________________________________
>>>> Dots mailing list
>>>> Dots@ietf.org
>>>> https://www.ietf.org/mailman/listinfo/dots
>>> _______________________________________________
>>> Dots mailing list
>>> Dots@ietf.org
>>> https://www.ietf.org/mailman/listinfo/dots
>> _______________________________________________
>> Dots mailing list
>> Dots@ietf.org
>> https://www.ietf.org/mailman/listinfo/dots