Skip to content

Commit 544fc3f

Browse files
author
sodn
committed
Updated commit in extension
1 parent 8a7d81b commit 544fc3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

connector/src/yang/connector/proto/protofiles/gnmi_ext.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ message Extension {
2929
RegisteredExtension registered_ext = 1; // A registered extension.
3030
// Well known extensions.
3131
MasterArbitration master_arbitration = 2; // Master arbitration extension.
32-
History history = 3; // History extension.
32+
History history = 3;
33+
Commit commit = 4;
34+
Depth depth = 5; // History extension.
3335
}
3436
}
3537

0 commit comments

Comments
 (0)