-
Hi telegraf folks,
In order to make some charts with cisco NX-OS telemetry system, i want to collect logs with telegraf. Unfortunately, decimal64 yang type is returned as a string, and stored as a…
-
When you delete a leaf-list with instance, ygot structure for APP-module doesn't contain leaf-list data populated.
-
Hi
It looks like, the method ytypes.GetOrCreateNode(..) does not have the support for Wildcard path (*, /.../).
Is there any plan to add the support for wildcard to this method ytypes.GetOrCreat…
-
In the following example section, is producing an error. ygot.ValidatedGoStruct takes a pointer.
json, err := ygot.EmitJSON(d, &ygot.EmitJSONConfig{
Format: ygot.RFC7951,
Indent: " ",
RFC795…
-
Sometimes when doing a gnmi get on an acl-set, I am getting a panic that seems to originate in the acl_app.go. I am running this command: `./gnmi_get -xpath /openconfig-acl:acl/acl-sets/acl-set[name=M…
-
Many enumerable types lack canonical ordinal values, for a couple of reasons. In some cases, the base `enumeration` simply lacks ordinals. Others have type `identityref`, so their values, which are `i…
-
Request:
curl -X GET "https://$DUTIP/restconf/data/ietf-ptp:ptp" -H "accept: application/yang-data+json" -k
syslog:
Nov 5 21:58:42.198186 sonic INFO mgmt-framework#supervisord: rest-server I1105…
-
create a /models folder
try and document a ygot toolchain in order to include YANG models generate go files into the /models folder
-
I think this actually is a documentation issue as things have shuffled around a bit, but I can't seem to get things working.......
I keep getting the $subject as error if I follow:
https://githu…
-
translib framework reporting error for for handling individual attribute get from swagger UI,
While handling the attribute get there is noting to validate as there is no input data associated with a…