aboutsummaryrefslogtreecommitdiff
path: root/net/openvpn/Makefile
diff options
context:
space:
mode:
authorMichal Hrusecky <michal.hrusecky@turris.com>2023-05-15 14:30:29 +0200
committerRosen Penev <rosenp@gmail.com>2023-05-20 12:58:33 +0300
commitf8a8b71e26b9bdbf86fbb7d4d1482637af7f3ba4 (patch)
tree7068c70945940851f102439ac315f12be885f9ea /net/openvpn/Makefile
parent7cc8d253818a745c065014586cc93ea5e2c612c9 (diff)
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 <michal.hrusecky@turris.com>
Diffstat (limited to 'net/openvpn/Makefile')
-rw-r--r--net/openvpn/Makefile2
1 files changed, 1 insertions, 1 deletions
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/ \