Re: [netconf] Adoption Call for draft-mahesh-netconf-https-notif-00

Kent Watsen <kent+ietf@watsen.net> Mon, 16 September 2019 16:05 UTC

Return-Path: <0100016d3ad2b4f2-e591bc21-9b47-49a0-81df-3e8d9ca23fce-000000@amazonses.watsen.net>
X-Original-To: netconf@ietfa.amsl.com
Delivered-To: netconf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A231312008A for <netconf@ietfa.amsl.com>; Mon, 16 Sep 2019 09:05:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level:
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_NONE=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=amazonses.com
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 YqcxrExR3wBL for <netconf@ietfa.amsl.com>; Mon, 16 Sep 2019 09:05:52 -0700 (PDT)
Received: from a8-32.smtp-out.amazonses.com (a8-32.smtp-out.amazonses.com [54.240.8.32]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2DC5712004F for <netconf@ietf.org>; Mon, 16 Sep 2019 09:05:51 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=6gbrjpgwjskckoa6a5zn6fwqkn67xbtw; d=amazonses.com; t=1568649950; h=From:Message-Id:Content-Type:Mime-Version:Subject:Date:In-Reply-To:Cc:To:References:Feedback-ID; bh=bhcKLQpKht4GOygc0LUw9dubzkWvGHnUY7VFdGbQWPg=; b=lGkTyKKN9kW+P4S7RprCe8TtRIh7Zs8MsdU4wSyzaOGelL7Je6ClcR8FmiJVkw2K VmHzICpCVY/sB8EPpQzbPo1UmRWFLit0lJ4EOJays752BxJRwN4KM73rQ/MzS4tw1bQ iBCDHkVhyBzKCH3yt3Xuja+9q4AXw7tJlv6m4Z34=
From: Kent Watsen <kent+ietf@watsen.net>
Message-ID: <0100016d3ad2b4f2-e591bc21-9b47-49a0-81df-3e8d9ca23fce-000000@email.amazonses.com>
Content-Type: multipart/alternative; boundary="Apple-Mail=_AB856DFA-CAFB-4797-B166-A2EF10FA9C9D"
Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\))
Date: Mon, 16 Sep 2019 16:05:50 +0000
In-Reply-To: <BBA82579FD347748BEADC4C445EA0F21BEFB1420@NKGEML515-MBX.china.huawei.com>
Cc: "netconf@ietf.org" <netconf@ietf.org>
To: Tianran Zhou <zhoutianran@huawei.com>
References: <0100016ccff35064-9da3c8b6-263c-47f6-a4f2-4db9495bc8b7-000000@email.amazonses.com> <BBA82579FD347748BEADC4C445EA0F21BEFB1420@NKGEML515-MBX.china.huawei.com>
X-Mailer: Apple Mail (2.3445.104.11)
X-SES-Outgoing: 2019.09.16-54.240.8.32
Feedback-ID: 1.us-east-1.DKmIRZFhhsBhtmFMNikgwZUWVrODEw9qVcPhqJEI2DA=:AmazonSES
Archived-At: <https://mailarchive.ietf.org/arch/msg/netconf/UwlZXwcidXeOj6vXpXvjLTckfzA>
Subject: Re: [netconf] Adoption Call for draft-mahesh-netconf-https-notif-00
X-BeenThere: netconf@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: NETCONF WG list <netconf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/netconf>, <mailto:netconf-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/netconf/>
List-Post: <mailto:netconf@ietf.org>
List-Help: <mailto:netconf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/netconf>, <mailto:netconf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 16 Sep 2019 16:05:54 -0000

Hi Tianran,


> Considering the multiple stream originator case, I would suggest this https-notif to add a channel level configuration.
> i.e.
>  
> +--receivers
>    +--receiver
>       +--channels
>          +--channel
>             +--here put the http client server configurations
>  
> This is compatible with the single originator case with only one channel configuration.

We can look at this.  Maybe use a choice statement between the two options...

Kent // co-author


>  
> If you do not like this, I think existing https-notif model also works.
> i.e. each receiver configuration stands for one channel.
> But this is not clear IMO.
>  
> Best,
> Tianran