-
Hello all,
when i compile the cfgsystem, i get this problem:
/home/maxiao/netopeer-master/transAPI/cfgsystem/model/ietf-system.yang:9: error: module "ietf-inet-types" not found in search path
Co…
-
`type_defect` | by bclaise@cisco.com
___
Hi,
See https://datatracker.ietf.org/doc/draft-claise-opsawg-service-assurance-yang/
Yang Validation ☯ 0 errors, 2 warnings.
example-service-assu…
-
```
Attribute values obtained from YIN are not normalized according to the XML
rules (sec. 3.3.3 in XML spec).
For example, (note the leading space) should be OK
but pyang complains:
error: bad va…
-
There are a couple of non-python dependencies that developers need to install before they can get the unit-tests running successfully when they start working on pyang's code.
For me, working on a r…
-
I'm not sure what i may be doing wrong. I'm looking to test some juniper srx security/policies/zones models with pydantify, but not sure what's supported and what's not. I didn't have a problem rep…
-
Hi Rob!
How are you doing?
I found a bug (or I'm doing something wrong) when using the "when" statement.
I'm using: pyang (1.7.1) and pyangbind (0.5.10)
Assume you have the next simple model, …
-
many tools load yin file and display the content as GUI tree view, sometimes people want to know the tree node position(line number) in the yang file in order to help user for debug or edit the yang …
-
## Issue
When using jsonxsl plugin to create stylesheet to convert XML to JSON, the YANG union type sometimes doesn't get fully represented.
For example, using following model
```
module a {
…
cho-m updated
6 years ago
-
Hi
Prefixes are local.
RFC 7950 "When a definition in an external module is referenced, a locally
defined prefix MUST be used, followed by a colon (":") and then the
external identifier."
…
-
@mbj4668
Ubuntu focal/Debian bullseye
pyang: 2.2.1 (pip3)
python3: 3.8.2-3 (apt)
yang repository: https://github.com/YangModels/yang.git
For instance, translating augmented module ```standar…