Hello,
When using yangsuites to configure gnmi request with two leaflist nodes, it seems that yangsuites will create two update request for each leaflist rather than passing the two values in one update request.
When I tried to run to modify the request manually to have both values together in "jsonIetfVal" but that gives an error.
Tried: "jsonIetfVal": "[\"STANDARD,EXTENDED\"]" & "jsonIetfVal": "[\"STANDARD,\"EXTENDED"\"]"
Is this a bug, as the second update request will overwrite the first and oc-db will just have the second value?
what would be the correct format to use here?
Please find set and get request attached.
Regards,
Nusaiba