-
The following command has no output
```sh
$ goyang --format types ietf-netconf@2011-06-01.yang
```
However
```sh
goyang --format proto ietf-netconf@2011-06-01.yang
```
Results in …
-
I noticed sometimes when there are multiple goroutines call GetNode function, there is invalid memory error in this line of code:
https://github.com/openconfig/ygot/blob/master/experimental/ygotutils…
-
Here is a sample of what a current union's `To_XXX_Union` helper with an enumeration, an unsupported type (e.g. instance-identifier), uint32, and binary looks like:
```
switch v := i.(type) {
…
-
https://developers.google.com/protocol-buffers/docs/style#enums
```
enum FooBar {
FOO_BAR_UNSPECIFIED = 0;
FOO_BAR_FIRST_VALUE = 1;
FOO_BAR_SECOND_VALUE = 2;
}
```
The underscores are …
-
In Cisco yang/vendor/cisco/xr/701/Cisco-IOS-XR-types.yang I hit a couple of errors when I try to generate proto. I use openconfig/ygot generate tool to generate proto file for go lang.
first issue …
-
**Describe the bug**
When building master on a fresh Ubuntu 18.04 LTS VM, I get the following linker errors:
```
bazel-out/k8-fastbuild/bin/_solib_k8/_U@local_Ubarefoot_Ubin_S_S_Cbfsde___Uexternal_…
-
where a config model has a YANG file, which in turn has a list indexed by >1 keys, it it not possible to gNMI Set an entry in to this list, because only the first key in the list is handled in the con…
-
-
I opened an issue in gnxi tool github but somehow related to ygot as well:
https://github.com/google/gnxi/issues/70
ygot is used in the gnmi target in gnxi github tools and when I build it usin…
-
Problem statement
Does protogenerator.go in ygot support RPC/action/notification in YANG?
I have a sample yang file as follows:
/* examples.yang */
module examples {
namespace "urn:exam…