-
-
Notifications
You must be signed in to change notification settings - Fork 45
support for tunnel interfaces (wireguard) in network configuration #720
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
base: main
Are you sure you want to change the base?
Conversation
|
@defect-track could you edit your commit message to include the Signed-off-by line? |
|
@stgraber updated the code based on reported errors. For the documentation error we properly need to add WireGuard as this is an unknown word for the spellchecker as it looks. Added the --signoff option to the latest commit. Will wait on the next run to see if there are more changes required. |
c239016 to
3036d14
Compare
|
I'm waiting for #724 to clear, then I'll look into this one, will rebase, make any small tweak needed and send it to get merged, thanks! |
Signed-off-by: Olav Schwering <[email protected]>
|
I've rebased the branch, merged the two commits together and addressed the review comments from @gibmat. I still need to do a review myself, split the commits a bit, but we should at least have it at a stage now where the tests should all be passing. |
Adds support for Wireguard using systemd-networkd configuration files.
Closes #664