-
I'm trying to use freeconf with the [ietf-l3vpn-svc model](https://github.com/YangModels/yang/blob/main/standard/ietf/RFC/ietf-l3vpn-svc%402018-01-19.yang). I followed the Getting started guide (Pytho…
-
While using the '--check-update-from' functionality, for certain YANG models I see the following error:
04:59:07: DEBUG PYANG returned a non-zero exit code (1)
04:59:07: DEBUG Printing the PYANG…
-
@einarnn I've discovered many issues when trying to convert all Cisco Yang modules to tree format with ```pyang -f tree```(pyang 1.7.1):
- **NX-OS** modules: invalid regular expressions,
- **IOS-X…
-
Lately `pyang --ietf` has been crashing when parsing one of our larger YANG models. After some troubleshooting, I have isolated the issue to a small block and created a minimal example:
```yang
mo…
Hubro updated
2 years ago
-
Hi
I would be interested to use pyang as part of a larger program written in python
I'm new to pyang but I'm having trouble to find documentation of the python library itself.
All documentation I f…
-
Does pyang provide a way to list down the dependent yang models that should be installed before it's getting installed? Or any such info? Dependency tree kind of something?
-
`component_Datatracker: Yang` `type_defect` | by benoit@claise.be
___
Hi,
Trying to post a draft, draft-claise-netconf-metadata-for-collection (note: not yet posted)
https://datatracker.ietf.…
-
This was seen with pyang 2.4.0
Steps to replicate:
1. Create a `.yang` file with anything you like in the body - I've seen this with well-formed, perfectly functional files as well as simplified e…
-
```
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…
-
Hello,
after a few hundreds of use of pyang parser call, which uses the IETF plugin, we get the following **maximum recursion depth error**:
```
Traceback (most recent call last):
File "try_py…