-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
internal/wgopenbsd: add configuration for OpenBSD kernel devices #34
Comments
A branch of |
The read-only portion of this code is done. Configuring OpenBSD devices will take more work. |
I've implemented the updated read-only interface and plan to do the configuration API soon! |
Current state:
|
@mdlayher I am planning to pick up this work. Are there any major obstacles? Or do you still have a branch with some WIP code? |
@stv0g please do, thanks! I implemented this as an experiment and chance to learn, but never got to the configuration. |
An OpenBSD kernel implementation is being built, and the source can be found at https://git.noconroy.net/wireguard-bsd.git.
The userspace interface types can be found here: https://git.noconroy.net/wireguard-bsd.git/tree/src/if_wg.h.
We should support this interface in wireguardctrl.
The text was updated successfully, but these errors were encountered: