diff --git a/net/wireguard/Makefile b/net/wireguard/Makefile index dbf82fd5d..b338d7405 100644 --- a/net/wireguard/Makefile +++ b/net/wireguard/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= wireguard -PLUGIN_VERSION= 2.3 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 2.4 PLUGIN_COMMENT= WireGuard VPN service kernel implementation PLUGIN_DEPENDS= wireguard-kmod PLUGIN_CONFLICTS= wireguard-go diff --git a/net/wireguard/pkg-descr b/net/wireguard/pkg-descr index e9f0c211f..f9c144085 100644 --- a/net/wireguard/pkg-descr +++ b/net/wireguard/pkg-descr @@ -16,6 +16,12 @@ WWW: https://www.wireguard.com/ Changelog --------- +2.4 + +* Only invoke routes for attached WireGuard instances +* Make bootup device creation more robust +* Correct interface group registration + 2.3 * Create WireGuard devices earlier to allow of to pick up NAT rules correctly