From f8a8b71e26b9bdbf86fbb7d4d1482637af7f3ba4 Mon Sep 17 00:00:00 2001 From: Michal Hrusecky Date: Mon, 15 May 2023 14:30:29 +0200 Subject: openvpn: Add more hotplug events OpenVPN supports more hooks than just 'up' and 'down'. Especially reacting to 'route-up' and 'route-pre-down' events could be important. When routing table changes, it can make sense to adapt firewall, run some tests or change even more routes. This change passes those events to hotplug, so it is easy to react to them without changing configuration files provided by VPN provider. Signed-off-by: Michal Hrusecky --- net/openvpn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/openvpn/Makefile') diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile index fd6e7bd54..213f027fd 100644 --- a/net/openvpn/Makefile +++ b/net/openvpn/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openvpn PKG_VERSION:=2.5.8 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=\ https://build.openvpn.net/downloads/releases/ \ -- cgit v1.2.3