History log of /openbsd-current/sys/net/if_wg.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.5 01-Jun-2023 kn

Add support for wireguard peer descriptions

"wgdescr[iption] foo" to label one peer (amongst many) on a wg(4) interface,
"-wgdescr[iption]" or "wgdescr ''" to remove the label, completely analogous
to existing interface discriptions.

Idea/initial diff from Mikolaj Kucharski (OK sthen)
Tests/prodded by Hrvoje Popovski
Tweaks/manual bits from me
Feedback deraadt sthen mvs claudio
OK claudio


Revision tags: OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE OPENBSD_7_3_BASE
# 1.4 22-Jun-2020 jasper

add missing rcs id


# 1.3 21-Jun-2020 dlg

add wg(4), an in kernel driver for WireGuard vpn communication.

thanks to Matt Dunwoodie and Jason A. Donenfeld for their effort.
it's at least as functional as the go implementation, and maybe
more so since this one works on more architectures.

i'm sure there's further development that can be done, but you can
say that about anything and everything that's in the tree.

ok deraadt@


# 1.2 27-Apr-2019 dlg

back out, this isn't part of a vlan change.


# 1.1 27-Apr-2019 dlg

get rid of ifv_linkmib and a bunch of useless macros


# 1.4 22-Jun-2020 jasper

add missing rcs id


# 1.3 21-Jun-2020 dlg

add wg(4), an in kernel driver for WireGuard vpn communication.

thanks to Matt Dunwoodie and Jason A. Donenfeld for their effort.
it's at least as functional as the go implementation, and maybe
more so since this one works on more architectures.

i'm sure there's further development that can be done, but you can
say that about anything and everything that's in the tree.

ok deraadt@


# 1.2 27-Apr-2019 dlg

back out, this isn't part of a vlan change.


# 1.1 27-Apr-2019 dlg

get rid of ifv_linkmib and a bunch of useless macros