-
I created a YANG file that has nested list similar to "Interface " and "Subinterface " structure members of "Device" and "Interface" structures from the demo. When the any parameter of the subinterf…
-
[(roachtest).sqlsmith/setup=seed/setting=no-ddl failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1747142&tab=buildLog) on [44941@8e9a7f8ab8db3beabc9adc170dad6fefb1fb7ae6](https://github.c…
-
If there is a dot character `.` in a YANG identifier then `generator` will output invalid Go code.
For instance in `ygot/demo/getting_started/yang/openconfig-interfaces.yang` changing leaf `out-uni…
-
`extension` keyword is not currently implemented, but `extension` statements found in YANG files are stored in `*yang.Entry.Exts` field. `ygot` can retrieve `extension` statements from this field and …
-
`enumgen.go` currently generates the unique ID incorrectly in a few cases:
- enumerated typedefs are identified using `module-name` + `enum/identity name`. This causes same-name enumerated values def…
-
I am using GetJsonIetfVal()on pb.Update inside a GetRespose.Notification and, I am able to the JSON payload coming back from the node.
Is there a method to Unmarshell and assign this payload to YANG …
-
So I have been trying to compile the getting_started program but I am having trouble with the go generate step. I ran:
```
go run $GOPATH/src/github.com/openconfig/ygot/generator/generator.go -pat…
-
custom transform function receives incorrect param string interface object instead of ygot object interface from the transformer while filling the default value for the IGMP snooping
-
We do not get a valid ygotTarget object for a leaf request.
The below function in translib.go is where we get the ygot target.
func appInitialize(app *appInterface, appInfo *appInfo, path string, pa…
-
ygot@v0.6.0
I am trying to create a golang app on similar grounds as provided in https://github.com/google/gnxi/blob/master/gnmi/server_test.go
In all the gNMI SET test scenarios in the above t…