-
**ygot version 0.6.0**
My yang file has a presence container (**interfaces-ip-dhcp:dhcp-client**).
https://tools.ietf.org/html/rfc6020#page-52
While using the EmitJSON() method, the JSON outpu…
-
I would like to know if ygot supports wildcard in a path when it retrieves a node from the config tree?
-
`ygen` started out as a library that was solely handling generation of Go code, subsequently it has transitioned into being one that generates three different outputs:
* Directories and types - whi…
-
Input YANG file:
```
module test {
yang-version "1";
namespace "urn:test";
prefix "test";
import openconfig-extensions { prefix oc-ext; }
// meta
organization "None";
…
-
Currently ProtoFromPaths only convert up to 2 levels. The leaves will be missing when the path input is not exact.
smslo updated
2 years ago
-
I am working with a gNMI server which only supports JSON IETF encodings. So I am trying to convert the output of ygot diff API to JSON IETF Encodings:
type TypedValue struct {
// One of the field…
-
Hello,
It looks like when we generate protobuf models, ygot adds two imports as follows to the protobuf messages:
```
import "github.com/openconfig/ygot/proto/ywrapper/ywrapper.proto";
import…
-
Hi,
We are trying to come up with a OpenConfig compliant yang model for IPsec (I understand it is not supported by OpenConfig currently). Initial trial to generate proto file failed with what we had,…
-
Hi,
I have 2 different sets of yang files, which are converted into go structs, both having parent node as Device. But when i tried to merge the go structs using ygot.MergeStructs() API, getting e…
-
from the latest ygot code, below file seems missing schemapath annotation for all the "oneof" fields:
ygot/demo/protobuf_getting_started/ribproto/openconfig/openconfig_rib_bgp/openconfig_rib_bgp.pr…