net/wireguard: make it a full version

This commit is contained in:
Franco Fichtner
2023-10-24 12:28:04 +02:00
parent cb4cf0cf2d
commit 5a912c4edb
2 changed files with 7 additions and 2 deletions
+1 -2
View File
@@ -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
+6
View File
@@ -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