Skip to content

Commit 68d114a

Browse files
committed
add config false to container
1 parent e9692a1 commit 68d114a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

release/models/gnsi/openconfig-gnsi-pathz.yang

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module openconfig-gnsi-pathz {
3232
OpenConfig-path-based authorization policies installed on a networking
3333
device.";
3434

35-
oc-ext:openconfig-version "0.3.0";
35+
oc-ext:openconfig-version "0.4.0";
3636

3737
revision 2025-04-15 {
3838
description
@@ -115,7 +115,8 @@ module openconfig-gnsi-pathz {
115115
description
116116
"A collection of counters collected by the gNSI.pathz module.";
117117

118-
container policy {
118+
container policies {
119+
config false;s
119120
description
120121
"Container for a collection of per-Pathz policy counters.";
121122

@@ -132,7 +133,7 @@ module openconfig-gnsi-pathz {
132133
collected for.";
133134
}
134135
container state {
135-
description
136+
x description
136137
"Operational state for per-Pathz policy counters.";
137138
leaf name {
138139
type string;

0 commit comments

Comments
 (0)