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
Recently-released FreeBSD 13.2 introduces Netlink support. libc has to expose the necessary bits for netlink-sys to build, for which I started rust-lang/libc#3201.
For netlink-packet-route as I understand it the problem is different: rtnl/constants.rs assumes that the many Linux constants to be available whatever the platform is. How would you like best to handle this?
Context: my goal is to get xen-guest-agent to work on FreeBSD.
The text was updated successfully, but these errors were encountered:
Recently-released FreeBSD 13.2 introduces Netlink support. libc has to expose the necessary bits for
netlink-sys
to build, for which I started rust-lang/libc#3201.For
netlink-packet-route
as I understand it the problem is different:rtnl/constants.rs
assumes that the many Linux constants to be available whatever the platform is. How would you like best to handle this?Context: my goal is to get xen-guest-agent to work on FreeBSD.
The text was updated successfully, but these errors were encountered: