-
-
Feature request.
A fully resolved YIN format output would be useful.
YIN files which are fully resolved (all uses, augments etc. resolved), which are in fact stand-alone definitions, would be very u…
-
RFC 7950 Section 7.2.2 states:
> The mandatory "prefix" substatement assigns a prefix for the module
> to which the submodule belongs. All definitions in the module that
> the submodule belongs t…
-
If I add a unique statement for a node inside a choice statement, the generated schema contains wrong path.
```
$ cat main.yang
module main {
yang-version 1;
namespace "http://example.com/ma…
-
### Current Behavior
We are currently testing infix against two systems, the clixon-controller and Yangsuite
https://github.com/clicon/clixon-controller
https://github.com/CiscoDevNet/yangsuite/
##…
-
Considering this module:
```yang
module a {
prefix "a";
namespace "urn:a";
container a {
leaf b {
type leafref {
path "/d"; // does not exist
}
}
}
deviation "/a…
-
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.
-
See the following yang model (minimized as far as possible from a use case at our side):
[example.zip](https://github.com/mbj4668/pyang/files/4858412/example.zip)
This gives the following warning …
-
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 …
-
Loading the following from file fails (not sure if this is invalid YANG, I didn't see anything in the [spec](https://datatracker.ietf.org/doc/html/rfc7950#section-6.1.1), or get any complaints from py…