-
Hello,
I generated an SID file based on [ieee802-dot1q-psfp.yang](https://github.com/YangModels/yang/blob/master/standard/ieee/draft/802.1/Qcw/ieee802-dot1q-psfp.yang). ieee802:ptp-time-grouping is…
-
We need a library that is capable of loading YANG data from JSON and validating that against a YANG model, supplying the default values, etc. We've determined that [`yangson`](https://github.com/CZ-NI…
-
We have a YANG module that we implement (ietf-routing-policy), but there are some changes that we've made. In order to maintain a separation between the IETF module and our modifications, instead of d…
-
I don't like the idea of "unchanged". It's only defined and never
used in the draft. I think "unchanged" is the same as editorial for all
intents and purposes. I think whitespace changes are edit…
-
I wanted to make this into a PR but cannot really find where this should be fixed. Any pointers that help me put this into a PR are appreciated!
I'm using the [when](https://datatracker.ietf.org/do…
-
In cases some attribute/leaf must be supported on the management interface AND
a default value does not make sense, the mandatory statement should be added.
It seems to be rare and individual cas…
-
[augments](https://datatracker.ietf.org/doc/html/rfc7950#section-7.17)
para 7
```
If the augmentation adds mandatory nodes (see Section 3) that
represent configuration to a target node i…
-
ran into a problem with python 3.11 not installing this correctly. Chased it down to some old cruft in setup.py
dumped in a pull request which removes all the changelog parsing and also updated MA…
-
-
goyang tends to ignore prefixes. In openconfig we do not expect to see conflicts on names sans prefixes, but for general use, goyang must support prefixes better.