-
Hi,
I am trying to log a gNMI proto message contents before sending it off to the target, I thought I could use the following:
```go
import (
"github.com/openconfig/gnmi/proto/gnmi"
"google.g…
hellt updated
4 years ago
-
If the dstField is set, ideally MergeStructInto should overwrite the value from src
```
if !util.IsNilOrInvalidValue(dstField) {
s, d := srcField.Elem().Interface(), dstField.Elem().Interface()
…
-
I upgraded to the most recent master branch and am encountering a new generator error parsing a vendor YANG definition. This error did not occur in the previous version of ygot I was using.
Here i…
-
Not every developer on Windows use MSYS. I think we should put SDL dependencies in the thirdparty folder.
-
Hi, guys, I tried the basic workflow of ygot for openconfig-telemetry yang model, but it fails to validate the contents of Go struct. I think the the contents of struct is complete. It looks like vali…
liuqu updated
4 years ago
-
go get of ygot is failing since few days. Probably after commit 40a57e464acae3a5ea401b2c8a85e879540a092f.
```
~$ GOPATH=/tmp/go go get github.com/openconfig/ygot/ygot
# github.com/openconfig/gnmi…
-
Hi,
I am trying to generate go bindings for the Nokia YANG model published here:
https://github.com/nokia/7x50_YangModels/tree/db3ffd43852235c9ec453625df3b8ca9ccf3c742
However, I get the follow…
-
The GoStructs are generated in package "ocd" for OpenConfig-platform*yang modules, using `generator` tool as described. The generated code contains different GoStructs and utility functions to conver…
-
https://tools.ietf.org/html/rfc6020#page-120 says.
> 9.6.4. The enum Statement
>
> It takes as an argument a string which is the assigned name. The
> string MUST NOT be empty and MU…
-
Hi team,
thank you all for making `goyang` a reality.
I would like to know if the maintainers are up to adopt the semantic versioning for `goyang`? I think the common benefits of a versioned packa…
hellt updated
4 years ago