chiark / gitweb /
rtnl: change from bitmask to enum for rtnl groups
authorTom Gundersen <teg@jklm.no>
Sat, 10 May 2014 17:38:32 +0000 (19:38 +0200)
committerTom Gundersen <teg@jklm.no>
Sat, 10 May 2014 18:56:37 +0000 (20:56 +0200)
commit897e184c7d54156357fd204beafe06ab9bd0341a
tree5eb46a4155f02af130eefc56d61e23c6feabe900
parent389cc5f74368a18fd5991e4647e7ba86319c473f
rtnl: change from bitmask to enum for rtnl groups

The bitmask is deprecated in the kernel, so move to the new interface. At the moment
this does not make a difference for us, but it avoids having to change the API in the future.
src/libsystemd/sd-rtnl/sd-rtnl.c
src/network/networkd-manager.c
src/systemd/sd-rtnl.h