From cae5e22a8d51144b65a30f7ed51563e8ac61d033 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 2 Jan 2024 08:40:24 +0100 Subject: [PATCH] net/wireguard: small feature fix --- net/wireguard/Makefile | 3 +-- net/wireguard/pkg-descr | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/net/wireguard/Makefile b/net/wireguard/Makefile index 032c929bf..f2958e8ff 100644 --- a/net/wireguard/Makefile +++ b/net/wireguard/Makefile @@ -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 diff --git a/net/wireguard/pkg-descr b/net/wireguard/pkg-descr index 0d5c694c1..c045449d1 100644 --- a/net/wireguard/pkg-descr +++ b/net/wireguard/pkg-descr @@ -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)