From 9902b766e6f6875df9368e9f5e0941394c82e060 Mon Sep 17 00:00:00 2001 From: "ishwar.naik" Date: Thu, 21 May 2026 14:17:29 +0000 Subject: [PATCH 1/2] Update description of send-and-receive --- .../models/keychain/openconfig-keychain.yang | 25 ++++++++++++------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/release/models/keychain/openconfig-keychain.yang b/release/models/keychain/openconfig-keychain.yang index d073f13a1e..8b6bd4628f 100644 --- a/release/models/keychain/openconfig-keychain.yang +++ b/release/models/keychain/openconfig-keychain.yang @@ -33,9 +33,15 @@ module openconfig-keychain { which may be then referenced by other models such as routing protocol management."; - oc-ext:openconfig-version "0.5.0"; + oc-ext:openconfig-version "0.6.0"; -revision "2024-05-30" { + revision "2026-05-18" { + description + "Update description of send-and-receive."; + reference "0.6.0"; + } + + revision "2024-05-30" { description "Update key-id to a union of hex-string-prefixed and uint64."; reference "0.5.0"; @@ -106,14 +112,15 @@ revision "2024-05-30" { leaf send-and-receive { type boolean; - description - "When this is set to true (the default value), the specified - send lifetime is also used in the receive direction. When set - to false, the device should use the specified receive-lifetime - for the receive direction (asymmetric mode). If send-and-receive - is false, and the device does not support asymmetric configuration, - the config should be rejected as unsupported."; default true; + description + "When this is set to true (the default value), the specified send-lifetime + is also used in the receive direction; configuration of a distinct + receive-lifetime is not valid in that case and the server should reject it + as an invalid configuration. When set to false, the device uses the + configured receive-lifetime for the receive direction (asymmetric mode). + If send-and-receive is false and the device does not support asymmetric + configuration, the server should reject the config as unsupported." } } From b86367836d3fd02b41364132329ce8f6b232d74f Mon Sep 17 00:00:00 2001 From: "ishwar.naik" Date: Thu, 21 May 2026 14:20:13 +0000 Subject: [PATCH 2/2] Update description of send-and-receive --- release/models/keychain/openconfig-keychain.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/models/keychain/openconfig-keychain.yang b/release/models/keychain/openconfig-keychain.yang index 8b6bd4628f..ea13e4a643 100644 --- a/release/models/keychain/openconfig-keychain.yang +++ b/release/models/keychain/openconfig-keychain.yang @@ -120,7 +120,7 @@ module openconfig-keychain { as an invalid configuration. When set to false, the device uses the configured receive-lifetime for the receive direction (asymmetric mode). If send-and-receive is false and the device does not support asymmetric - configuration, the server should reject the config as unsupported." + configuration, the server should reject the config as unsupported."; } }