Skip to content

Commit

Permalink
use exempt
Browse files Browse the repository at this point in the history
  • Loading branch information
romeyod committed Sep 19, 2024
1 parent d4f9259 commit f75fa25
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions release/models/aft/openconfig-aft-common.yang
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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";

Expand All @@ -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";

Expand Down

0 comments on commit f75fa25

Please sign in to comment.