]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-netlink: drop genl type system indexed by command
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 24 Aug 2021 06:11:02 +0000 (15:11 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 29 Aug 2021 09:01:26 +0000 (18:01 +0900)
commit9270ec60bcdbe6481cf7ab0f0b60a7afad6f932a
tree4561e84c8536b803890ff18754b51f16a3b6c72d
parente6d58c2f7161e270929f8e5f0c980d5caff1bf52
sd-netlink: drop genl type system indexed by command

All type systems of currently supported genl families do not depend on
commands. Hence, at least tentatively, let's drop the tables.

Note that type system for genl ethtool depends on commands. Let's
reintroduce a mechanism to support the deps when we support ethtool on
netlink.
src/libsystemd/sd-netlink/netlink-genl.c
src/libsystemd/sd-netlink/netlink-types-genl.c