meh / rust-tun

TUN device creation and handling.
343 stars 136 forks source link

OpenBSD support #42

Closed hargoniX closed 1 year ago

hargoniX commented 3 years ago

This PR implements support for OpenBSD's tun/tap implementation.

It currently relies on a git version of ioctl since ioctl didn't have OpenBSD support either, however the code should already be very much ready for review and can then be merged once https://github.com/jmesmon/ioctl/pull/19 is merged and released.

julianbraha commented 2 years ago

It currently relies on a git version of ioctl since ioctl didn't have OpenBSD support

Just a heads-up, the ioctl crate has recently been updated for OpenBSD support. See version 0.8.0.

amyipdev commented 1 year ago

propose reviving this PR

amyipdev commented 1 year ago

@hargoniX do you have an active fork still existing? or should i start one?

hargoniX commented 1 year ago

You can use the fork that this PR is coming from if you want of course. BUt right now I do not plan on actively continuing work on this.