Sachin Holla

Results 4 comments of Sachin Holla

I think TogNMINotifications can encode the whole keyless list as a json/json_ietf blob instead of returning an error. Maybe GNMINotificationsConfig can include encoding and allow_aggregation flags to control this further....

`{"name": "eth1", "config": { "description": "interface"}}` and `[{"name": "eth1"}, {"name": "eth2"}]` are not a valid RFC7951 JSONs. RFC clearly says list instance is encoded as a name/array pair. So, single...

RFC7951, section 5.4: >A list instance is encoded as a name/array pair, and the array elements are JSON objects. In fact all yang nodes, including leaf or anydata nodes, are...

I fully agree with you that context node is redundant and looks awkward when you have a path to point to a subtree. I guess RFC7951 authors tried to mimic...