-
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…
-
In a similar way as Cisco YANG suite (no more in YC.O) or Cisco YANG explorer (the latter being public domain), from a module tree view it MUST be possible to select several leaves / nodes and to gene…
-
The following module triggers an error although it is IMO correct:
```
$ cat -n double-dots.yang
1 module double-dots {
2
3 yang-version "1.1";
4
5 namespace "ht…
-
any yang mod i try to upload results in this error:
IO Error:[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 test="Error #2038"]
-
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…
-
Leafrefs defined within a grouping can't find their target.
Attached is a YANG file and the UML.
![Test](https://user-images.githubusercontent.com/12175335/122108141-d9cb8580-cde9-11eb-9f62-fa03c197…
-
Question: Is there a way to 'dump' the contents of a modified object (ModSubmodStatement) to YANG. E.g. I'd like to add/remove statements from the module object and then store the new one. The pprint …
-
Considering this module:
```yang
module a {
prefix "a";
namespace "urn:a";
container a {
leaf b {
type leafref {
path "/d"; // does not exist
}
}
}
deviation "/a…
-
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 …