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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Add new path generation flag -simplify_wildcard_paths.
When this flag is enabled, the keys from the generated paths are omitted if all keys are wildcarded for a list node. This is an equivalent representation for the path per the gNMI spec. e.g. map[string]interface{}{"key1": "*", "key2": "*", "union-key": "*"} is now map[string]interface{}{}.
Add new RFC7951JSONConfig option PreferShadowPath that allows JSON marshalling to prefer using the "shadow-path" name instead of the "path" name.