[Netconf] Review of draft-zheng-netconf-inline-action-capability-00

"Wubo (lana)" <lana.wubo@huawei.com> Mon, 02 July 2018 02:10 UTC

Return-Path: <lana.wubo@huawei.com>
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 03B9C130EFF for <netconf@ietfa.amsl.com>; Sun, 1 Jul 2018 19:10:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.199
X-Spam-Level:
X-Spam-Status: No, score=-4.199 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, 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 qf9Ahf1MHuEb for <netconf@ietfa.amsl.com>; Sun, 1 Jul 2018 19:10:14 -0700 (PDT)
Received: from huawei.com (lhrrgout.huawei.com [194.213.3.17]) (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 B128F130E2C for <netconf@ietf.org>; Sun, 1 Jul 2018 19:10:14 -0700 (PDT)
Received: from lhreml709-cah.china.huawei.com (unknown [172.18.7.107]) by Forcepoint Email with ESMTP id 3C15A7840B5F2 for <netconf@ietf.org>; Mon, 2 Jul 2018 03:10:11 +0100 (IST)
Received: from DGGEMI424-HUB.china.huawei.com (10.1.199.153) by lhreml709-cah.china.huawei.com (10.201.108.32) with Microsoft SMTP Server (TLS) id 14.3.382.0; Mon, 2 Jul 2018 03:10:12 +0100
Received: from DGGEMI526-MBX.china.huawei.com ([169.254.8.180]) by DGGEMI424-HUB.china.huawei.com ([10.1.199.153]) with mapi id 14.03.0382.000; Mon, 2 Jul 2018 10:10:06 +0800
From: "Wubo (lana)" <lana.wubo@huawei.com>
To: "netconf@ietf.org" <netconf@ietf.org>
Thread-Topic: Review of draft-zheng-netconf-inline-action-capability-00
Thread-Index: AdQRqTdVZgjuvQxKTiOHMbgCclej/A==
Date: Mon, 02 Jul 2018 02:10:07 +0000
Message-ID: <520ECC8D9CA1724BA1CE492DF898F6A33176A2@DGGEMI526-MBX.china.huawei.com>
Accept-Language: en-US
Content-Language: zh-CN
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [10.134.189.23]
Content-Type: multipart/alternative; boundary="_000_520ECC8D9CA1724BA1CE492DF898F6A33176A2DGGEMI526MBXchina_"
MIME-Version: 1.0
X-CFilter-Loop: Reflected
Archived-At: <https://mailarchive.ietf.org/arch/msg/netconf/-TWS7r2uegP_xQSQqtdvMjFAkAY>
Subject: [Netconf] Review of draft-zheng-netconf-inline-action-capability-00
X-BeenThere: netconf@ietf.org
X-Mailman-Version: 2.1.26
Precedence: list
List-Id: Network Configuration WG mailing 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, 02 Jul 2018 02:10:18 -0000

Hi,all
I like this proposal and add missing piece in NETCONF 2.0 on how to handle action operation together with other NC operations. A few quick comments as follows:

1.How do we identify ifstatenable within <config> as action operation?
<config>
<ifstatenable xc:operation="action">
<enable>true<enable>
</ifstatenable>
</config>

2.How do you prevent action operation from conflicting with other sub-operation within <edit-config> and <edit-data>?
3.I think inline action operation can also be applied to other NC/RC operations such as <get>,<get-config>,<get-data>?

Best regards.

Bo