Skip to content

Commit

Permalink
change aft summary from counter64 to uint64 (openconfig#1026)
Browse files Browse the repository at this point in the history
* change aft summary from counter64 to uint64
* remove unused module
  • Loading branch information
dplore authored Jan 12, 2024
1 parent af9d6b6 commit 6aca774
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions release/models/aft/openconfig-aft-summary.yang
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module openconfig-aft-summary {
prefix "oc-aftsummary";

import openconfig-extensions { prefix "oc-ext"; }
import openconfig-yang-types { prefix "oc-yang-types"; }
import openconfig-policy-types { prefix "oc-pol-types"; }
import openconfig-network-instance { prefix "oc-ni"; }

Expand All @@ -21,7 +20,13 @@ module openconfig-aft-summary {
"This module provides summary of aft entry counts per protocol type for each network
instance.";

oc-ext:openconfig-version "0.1.0";
oc-ext:openconfig-version "0.2.0";

revision "2024-01-12" {
description
"Change count of entries from counter64 to uint64.";
reference "0.2.0";
}

revision "2023-11-09" {
description
Expand Down Expand Up @@ -49,7 +54,7 @@ module openconfig-aft-summary {
leaf aft-entries {
description
"Total number of entries in the aft.";
type oc-yang-types:counter64;
type uint64;
}
}
}
Expand Down

0 comments on commit 6aca774

Please sign in to comment.