You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #2889 - phi-gamma:rtnetlink-mcast-groups, r=JohnTitor
linux: add rtnetlink mcast group definitions
These come in two flavors:
- RTNLGRP_* are bit indexes (arguments to setsockopt(2)) as used
in the kernel with test_bit() but also userspace (see libnl
examples).
- RTMGRP_* are bitmasks not used in the kernel; their use
seems to be deprecated, at least according to comments in
libnl, but documentation still references them.
The rationale for adding these definitions is that they're needed
to subscribe to kernel events via Netlink multicast groups.
0 commit comments