freeconf / yang

Standards-based management for Golang microservices
Apache License 2.0
38 stars 15 forks source link

Make sure that subtypes of unionlist are always converted into list #93

Closed HRogge closed 10 months ago

HRogge commented 10 months ago

UnionList subtypes formats must always be a list too. When using a typedef the format is initialized without the knowledge it will be later used in a leaflist, which leaves the format of the subtype a non-list one.

dhubler commented 10 months ago

merged manually