-
There needs to be a way to specify the known Errata corrections to a YANG module.
There are many published modules with bugs. Incorrect XPath and other constructs
translate directly to broken code.…
-
As per flexi-grid YANG, insert diagram showing relationship between YANG modules used.
-
I'm sure this has been discussed before, opening this to keep track of it.
`eslint` in `pre-commit` gives a ton of errors running locally:
```
eslint...........................................…
-
Hi ,
I am newly setting up yang-explorer. I have installed all the 3 rpms infra, device and agent on my switch. And managed to do a capability exchange using yang-explorer. However When i try to ge…
-
There is no way for a server vendor to tell the YANG client that a specific identity in a YANG module
is not supported. This is critical for vendors who use YANG modules defined by an SDO
(all of th…
-
RFC 7950 is unclear on whether import dependencies may be introduced by way of deviations.
According to RFC 7950:
```
There MUST NOT be any circular chains of imports. For example, if
m…
-
I want to know if there is some functions or methods to get a template of self-defined Yang module.so that I can construct a xml stream by template.
-
I have the following test yang file:
```
module test1 {
namespace "http://test.org/"
prefix test2;
container test3 {
leaf test4 {
type string;
default "abcd";
}
…
-
The sub-interface YANG module has a dependency on ieee802-dot1q-types.yang
-
HI,
I'm using lnctool --model ./toaster.yang transapi --aths ./paths_file to generate .c file and editing the file with required tranapi callback functions. and installing it as mentioned in http…