commit | 7cf93538e087a792cb476008a757ab7c1c23b68c | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <kuba@kernel.org> | Wed Mar 01 10:36:40 2023 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 03 08:22:39 2023 +0000 |
tree | f6ee05b371614dbaf22eb935eee4ba41ce68b1a3 | |
parent | ad93bab6b8d3bfeae4a0158eaabd61bb0b2fbb79 [diff] |
tools: ynl: fully inherit attrs in subsets To avoid having to repeat the entire definition of an attribute (including the value) use the Attr object from the original set. In fact this is already the documented expectation. Fixes: be5bea1cc0bf ("net: add basic C code generators for Netlink") Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>