You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modifications to the protobuf to align with the YANG definitions
repeated NameAndValue additionalInfo = 17 [json_name = "additional-info"];
The above has been added in two places and the definition below has also been added.
message NameAndValue {
string valueName = 1 [json_name = "value-name"];
string value = 2;
}
0 commit comments