-
#### Description
When we are working on a mellanox related PR https://github.com/Azure/sonic-buildimage/pull/6805 which targeting 201911 branch, we met a broadcom PR build failure https://d…
-
Good day!
When generating go structures for yang models using the command:
in the generated package, the unused modules "encoding / json" and "reflect" are included in the import block.
```
go run…
-
Good day!
I have a device that supports configuration via netconf. Yang-files look like this:
_switch.yang_
```
module switch {
yang-version 1;
namespace "urn:example.com:switch";
prefi…
-
Hi,
I'm getting SIGSEGV error when trying to generate Go code for submodule of [Nokia YANG model](https://github.com/nokia/7x50_YangModels/tree/master/latest_sros_20.7) :
```
go run ~/go/src/gi…
egr3s updated
3 years ago
-
I was trying to use ygot to generate the model for ietf-alarms@2019-09-11 but I am getting the following error
`F1116 14:20:32.825026 98802 generator.go:333] ERROR Generating GoStruct Code: unkno…
-
**ygot v0.8.11**
I have this yang defined
```
module dummy {
yang-version "1";
namespace "urn:dummy/dummy";
prefix "dummy";
grouping dummy-entry {
list entries {
…
-
The GoStructs are generated in package "oc" for OpenConfig*yang modules, using `generator` tool as described. Seeing issues when tried to unmarshal a json-tree using `ytypes.Unmarshal`
```go
func…
-
I have a very simple model like this
```
grouping e2node-info {
description
"The top level container";
leaf ip {
type inet:ip-address;
description
"The IP …
-
This issue tracks implementing an approach that splits the Go code produced by ygot into multiple files to ease consumption by code indexing tools.
-
Hi All,
I have created a basic_types.yang file with typedef enum in it and I am using it in multiple files. The protos generated using ygot. However, when I compile code it throws errors saying enu…