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 544fc3f commit f1c0383Copy full SHA for f1c0383
connector/src/yang/connector/proto/protofiles/gnmi_ext.proto
@@ -29,7 +29,7 @@ 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 history = 3; // History extension.
33
Commit commit = 4;
34
Depth depth = 5; // History extension.
35
}
0 commit comments