We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7d81b commit 544fc3fCopy full SHA for 544fc3f
connector/src/yang/connector/proto/protofiles/gnmi_ext.proto
@@ -29,7 +29,9 @@ message Extension {
29
RegisteredExtension registered_ext = 1; // A registered extension.
30
// Well known extensions.
31
MasterArbitration master_arbitration = 2; // Master arbitration extension.
32
- History history = 3; // History extension.
+ History history = 3;
33
+ Commit commit = 4;
34
+ Depth depth = 5; // History extension.
35
}
36
37
0 commit comments