From dd3b6865671dfe98fcf1a2385061d93f6e07fc66 Mon Sep 17 00:00:00 2001 From: m00519082 Date: Thu, 12 Mar 2026 15:05:09 +0800 Subject: [PATCH] add discovery guidance for NETCONF --- draft-ietf-netmod-immutable-flag.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/draft-ietf-netmod-immutable-flag.md b/draft-ietf-netmod-immutable-flag.md index a89589f..6edf888 100644 --- a/draft-ietf-netmod-immutable-flag.md +++ b/draft-ietf-netmod-immutable-flag.md @@ -266,6 +266,9 @@ module: ietf-immutable-annotation ~~~~ {: #tree title="Augmentations to NETCONF Operations" artwork-align="center} +To discover if the "with-immutability" parameter is supported by the server, +a NETCONF client can query if the server implements "ietf-immutable-annotation" module by reading the YANG library information from the operational state datastore, as per {{?RFC8526}}. + Refer to {{NETCONF-example}} for an example of NETCONF operation with "with-immutability" input parameter. ### RESTCONF Extensions to Support "with-immutability" {#RESTCONF-ext}