Skip to content

Commit 696db95

Browse files
committed
add config false to container
1 parent e9692a1 commit 696db95

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 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;
119120
description
120121
"Container for a collection of per-Pathz policy counters.";
121122

@@ -128,11 +129,11 @@ module openconfig-gnsi-pathz {
128129
path "../state/name";
129130
}
130131
description
131-
"A OpenConfig Pathz policy the counters were
132+
"A OpenConfig Pathz policy name the counters were
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)