-
Hi
Problem:
`pyang -f jstree model.yang` doesn't print collapsible tree.
HTML is generated (attached and anonymised) but has no actual tree in it
Env:
Python 3.7.3, lxml-4.6.3, pyang-2.4.0
L…
-
Hi,
I am writing a script to process pyang tree output. I am not able to derive the DataType of LeafRef node. By LeaftRef I mean the following:
+--ro contains-child* -> ../../c…
-
Hi,
First of all, understand I am learning gRPC to use with our CiscoXR. Therefore if anything I ask seems amateurish, that is why.
I read though the wiki and Readme.
It looks like this repo has …
-
ERRORS:
> $ pwd
/c/CODE/repos/cisco-product-apis/restconf/**yang/vendor/cisco/xe/16111**
$ pyang -f tree ietf-ipv4-unicast-routing.yang
ietf-ipv4-unicast-routing.yang:**104**: error: node ietf-r…
-
The open question is related to the postprocessing of the collected modules:
https://github.com/advaoptical/alpakka/blob/3e82a4917640272eb08fc15d6e77971644e9f7ef/alpakka/pyang_plugins/alpakkaplugin.p…
-
```
What steps will reproduce the problem?
pyang does not verify a default value for a leafref type based statement
(leaf/leaf-list, typedef, refine). There are four errors in attached module,
but p…
-
It would be nice to have a description statement to describe what a collection of input/output descendent nodes are for.
-
When i was trying to generate output files on Windows i am getting Exception on Python 2.7
Traceback (most recent call last):
File "C:\Python27\Scripts\pyang", line 405, in
run()
File "C:\Py…
-
RFC 7950 states this:
` The ABNF grammar [RFC5234] [RFC7405] defines the canonical order.`
But the ABNF also has sections that state:
` ;; these stmts can appear in any order`
These two…
-
Consider a yang file:
`
module file {
yang-version 1.1;
namespace "urn:config:yang:interfaces";
prefix "dns-config";
import ietf-inet-types {
prefix inet;
}
// import ietf-yang-typ…
KBA07 updated
3 years ago