polachok / pnetlink

netlink library for rust
43 stars 13 forks source link

bind RTMGRP_* RtNetlink multicast group constants #40

Closed sp3d closed 5 years ago

sp3d commented 6 years ago

a set of these can be passed to the groups parameter of NetlinkSocket::bind, but each netlink family (e.g. Route) declares its own set of constants with different significance, so there isn't much benefit to being overly cautious with types here

sp3d commented 5 years ago

Is there any chance this could get merged?