Skip to content

Commit 43170f2

Browse files
authored
fix server->client for start action
1 parent b7c1194 commit 43170f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/gnmi_ext/gnmi_ext.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ message Depth {
165165
// schema nodes only.
166166
message ConfigSubscription {
167167
oneof action {
168-
// ConfigSubscriptionStart is sent by the server in the SubscribeRequest
168+
// ConfigSubscriptionStart is sent by the client in the SubscribeRequest
169169
ConfigSubscriptionStart start = 1;
170170
// ConfigSubscriptionSyncDone is sent by the server in the SubscribeResponse
171171
ConfigSubscriptionSyncDone sync_done = 2;

0 commit comments

Comments
 (0)