-
The order of leafs could change for a grouping and CheckUpdatePlugin does not flag it.
Say I have an old model
```
module test-rpc {
yang-version 1;
namespace "http://example.com/test-rpc";…
-
-
Need to write a reproducing YANG file first, but the reported problem is that a deviation without the proper prefix for an element in the path still compiles but shouldn't.
-
Hi there,
I am trying to validate this scenario using both the files. I created the xml-skeleton using both the files.
pyang -f sample-xml-skeleton test3.yang test2.yang -p /yang/imports/ -o sam…
-
for example, there are 3 modules:
module a contains /a/b/c path
and module b augment a container d to /a/b
module c use deviation to tail /a/b
( devation /a/b
devaite not-supported
)
if …
-
The issue in #276 is still present, are there any updates to this?
(venv) [redacted]$ pyang --plugindir $PYBINDPLUGIN -p ../yang/cisco/vendor/cisco/xe/1693/ -f pybind -o test.py ../yang/cisco/ven…
-
I am trying to work with the AST of a module. I am loading the following YANG using `parser.LoadModule`
```
module myModule {
yang-version "1.1";
namespace "http://myModule.com/ns/y…
-
Hi *,
I have problems understanding how one can get a directory structure of a module which augments another one.
Consider a module like that
```
module test {
namespace "test";
prefi…
hellt updated
4 years ago
-
The `sync-lp-spec` grouping attached to the `layer-protocol` contains 2 containers, `ssm-external-clock-pac` and `ssm-in-band-pac`.
They are probably mutually exclusive because they share a number …
-
The latest UML2YANG tool will include mandatory substatement to attributes that has "Multiplicity 1 + no default values defined".
The following attributes will be mandatory in the upcoming YANG.
|…