-
Hi,
attempting to generate a python class from [junos-conf-interfaces.yang](https://github.com/Juniper/yang/blob/master/18.2/18.2R1/junos/conf/junos-conf-interfaces%402018-01-01.yang)
```
$ pyang…
-
I am running pyangbind against the mef-classifier.yang model. I get the following error message when the pybind plugin encounters the "uses" keyword:
TypeError: unhandled keyword with children case…
-
Hi,
I am trying to create a typedef for bits, but pyangbind is throwing error. But for other types (i.e. enum.. ) it is working fine. Am I missing anything?
Here is the file "debug-type.yang"
m…
-
Hello,
I'm implementing `prefix-limit` feature for [GoBGP](https://github.com/osrg/gobgp) using OpenConfig yang model and have a proposal for the model.
Now `prefix-limit` configuration knob is unde…
-
Hello,
Could you help me please to fix an XML serialisation/deserialisation problem?
- I have a custom yang model, my-topology.yang, which is valid according to pyang.
- I already obtained the …
-
Compiling some YANG models, where each of them augments its "predecessor" and using the "--set-presece" switch seems to result into vanishing some class methods.
The use case I am working on, and h…
-
Reported Issue:
RNG file does NOT contain min-elements tag when the value is 1.
RNG file contains min-elements tag when the value is > 1.
Step1 - mod1.yang
module mod1 {
namespace "urn:mod…
-
I am using OpenYuma netconf server and when starting the server loading OpenConfig yang files I get the following error:
```
Error: top-level bgp 'NP container' is mandatory
openconfig-bgp.yang:186…
-
Snabb Switch should unify its configuration parameters and monitoring counters into a tree structure that can be modelled in YANG [RFC 6020](https://tools.ietf.org/html/rfc6020).
This would cover the…
-
I'm trying to generate bindings for Junipers interfaces [junos-interfaces.yang](https://gist.github.com/pshemk/f7d76c80b0423ee4e33241428270ade9#file-junos-interfaces-yang), but that fails with:
```…