We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c1194 commit 43170f2Copy full SHA for 43170f2
proto/gnmi_ext/gnmi_ext.proto
@@ -165,7 +165,7 @@ message Depth {
165
// schema nodes only.
166
message ConfigSubscription {
167
oneof action {
168
- // ConfigSubscriptionStart is sent by the server in the SubscribeRequest
+ // ConfigSubscriptionStart is sent by the client in the SubscribeRequest
169
ConfigSubscriptionStart start = 1;
170
// ConfigSubscriptionSyncDone is sent by the server in the SubscribeResponse
171
ConfigSubscriptionSyncDone sync_done = 2;
0 commit comments