-
I am using a YANG definition from a hardware vendor that makes use of the "instance-identifier" type in a leaf definition. The generator will compile the YANG however I encounter a runtime error when…
-
when i am trying to build the go project "gnxi-simulators-master" , i am getting this error :
$ go mod tidy
go: finding module for package github.com/openconfig/ygot/experimental/ygotutils…
-
SEC-3.1: Authentication : required "Role" is missing while configuring users for authentication
Script name : https://github.com/openconfig/featureprofiles/blob/main/feature/experimental/security/aaa…
-
Reported by @nandanarista:
I did some digging and found at least one problem with reflection[1] for gRIBI (in general, not specific to EOS, problem occurs in gribigo[2] as well)
Focussing on the…
liulk updated
8 months ago
-
My understand by looking at [1], it's assumed that the ygot.Annotation type are generated per the oc structs. So as long as the custom Annotation implementations implemented with MarshalJSON/Unmarshal…
-
It looks like go modules would've prevented these failures from happening (the third failure): https://github.com/openconfig/models/pull/1016
-
Also need to make sure their ygot names don't conflict either. This is more restrictive so can just use this as the sole check.
-
During execution of test `feature/experimental/isis/ate_tests/base_adjacencies_test/base_adjacencies_test.go`, it configures ISIS using `addISISOC` call in `feature/experimental/isis/ate_tests/inter…
-
Hi,
I am seeing below crash while running `go run generator/generator.go -path=demo/getting_started/yang -output_file=test.go -package_name=test -compress_paths=true -exclude_modules=ietf-interface…
-
**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…