Closed olofhagsand closed 1 year ago
According to RFC 7950 a typedef can appear in a grouping, but this is not currently allowed. Eg
grouping G { typedef T ...; leaf L { type T; <------------ this does not work } }
According to RFC 7950 a typedef can appear in a grouping, but this is not currently allowed. Eg