net/wireguard: small feature fix

This commit is contained in:
Franco Fichtner
2024-01-02 08:40:24 +01:00
parent ad9cdc3eab
commit cae5e22a8d
2 changed files with 5 additions and 2 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
PLUGIN_NAME= wireguard
PLUGIN_VERSION= 2.5
PLUGIN_REVISION= 3
PLUGIN_VERSION= 2.6
PLUGIN_COMMENT= WireGuard VPN service kernel implementation
PLUGIN_DEPENDS= wireguard-kmod
PLUGIN_CONFLICTS= wireguard-go
+4
View File
@@ -16,6 +16,10 @@ WWW: https://www.wireguard.com/
Changelog
---------
2.6
* Consider missing CARP VHID as disabled
2.5
* Fix error with empty tunnel address in instance (contributed by Monviech)