Page MenuHomeFreeBSD

Basic ifconfig support for wireguard
Needs ReviewPublic

Authored by mmacy on Jul 27 2020, 12:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 9:28 PM
Unknown Object (File)
Dec 22 2023, 11:54 PM
Unknown Object (File)
Sep 30 2023, 8:57 PM
Unknown Object (File)
Sep 4 2023, 5:14 PM
Unknown Object (File)
May 20 2023, 8:48 PM
Unknown Object (File)
Mar 22 2023, 7:38 AM
Unknown Object (File)
Mar 4 2023, 11:12 AM
Unknown Object (File)
Jan 16 2023, 8:42 AM

Details

Reviewers
grehan
Summary

Support for configuring a wireguard interface. It currently lacks support for changing keys or deleting peers as the wg(9) supports.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 32576

Event Timeline

It currently lacks support for changing keys or deleting peers as the wg(9) supports

by the way are there any patches for wg(9) to work with our kernel? I'd like to test kernel wireguard..

sbin/ifconfig/ifwg.c
91

don't we have a lot of base64 implementations in base already? lib/libc/net/base64.c etc.