adelshafiei
adelshafiei
I am using the following call to find the diff between the new version of the configuration with its older version: ygot.Diff(¤t, &updates, &ygot.DiffPathOpt{MapToSinglePath: true} The difference between current and...
I am working with a gNMI server which only supports JSON IETF encodings. So I am trying to convert the output of ygot diff API to JSON IETF Encodings: type...
I am trying to change the encodings of a TypedValue struct from proto or other encodings to JSON IETF encoding. Is there an API to use to do that?
I changed a leaf list value from [1, 18, 25] to [18, 25, 34]. Ygot diff api generate an update with value [18, 25, 34] and no delete. This results...