Hi,
Does ygot have support for generating go code from yang that uses anydata? I encountered an error using the generator with a yang file that has an anydata leaf in it. Poking around the ygot repo, I see there's a testdata/module/openconfig-complex.yang file referenced in some tests. When trying the generator with this file, I get the following:
>> generator -path=testdata/modules -output_file=openconfig_complex.go -package_name=occomplex -generate_fakeroot -fakeroot_name=root -shorten_enum_leaf_names -trim_enum_openconfig_prefix -typedef_enum_with_defmod -generate_simple_unions openconfig-complex.yang
F0403 10:05:16.677285 24213 generator.go:384] ERROR Generating GoStruct Code: unknown entity type for mapping to Go: /openconfig-complex/model/anydata-leaf, Kind: anydata