From f75fa258ea71288e0a237b19b2a3f7a108dde858 Mon Sep 17 00:00:00 2001 From: romeyo Date: Thu, 19 Sep 2024 18:33:07 +0000 Subject: [PATCH] use exempt --- release/models/aft/openconfig-aft-common.yang | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/release/models/aft/openconfig-aft-common.yang b/release/models/aft/openconfig-aft-common.yang index 0e107e0a9..fb8057410 100644 --- a/release/models/aft/openconfig-aft-common.yang +++ b/release/models/aft/openconfig-aft-common.yang @@ -25,6 +25,12 @@ submodule openconfig-aft-common { oc-ext:openconfig-version "2.4.0"; + revision "2024-09-19" { + description + "Add atomic-exempt attribute to AFT counters containers."; + reference "2.3.0"; + } + revision "2023-05-25" { description "Add gre and mpls containers under next-hops aft entry state. @@ -782,6 +788,7 @@ submodule openconfig-aft-common { } grouping aft-common-entry-counter-state { + oc-ext:telemetry-atomic-exempt; description "Counters relating to a forwarding entry"; @@ -801,6 +808,7 @@ submodule openconfig-aft-common { } grouping aft-common-backup-entry-counter-state { + oc-ext:telemetry-atomic-exempt; description "Counters relating to a backup forwarding entry";