Re: [PATCH net-next] tools: ynl-gen: fix nested policy attribute type

From: Jakub Kicinski
Date: Tue Jun 13 2023 - 20:50:59 EST


On Wed, 14 Jun 2023 01:17:07 +0200 Arkadiusz Kubalewski wrote:
> When nested multi-attribute is used in yaml spec, generated type in
> the netlink policy is NLA_NEST, which is wrong as there is no such type.
> Fix be adding `ed` sufix for policy generated for 'nest' type attribute
> when the attribute is parsed as TypeMultiAttr class.

I CCed you on my changes which address the same issue, they have
already been merged:

https://lore.kernel.org/all/20230612155920.1787579-1-kuba@xxxxxxxxxx/

I think that covers the first two patches. What am I missing? :S