aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/openvpn/files/etc/openvpn.user
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2018-11-30 14:03:50 +0100
committerJo-Philipp Wich <jo@mein.io>2020-06-17 22:43:48 +0200
commit8fe9940db66517679f09fa1d2f6f79229b6a8361 (patch)
tree4d58657e38d19f2ec01b7ff21524688deb62e3e0 /package/network/services/openvpn/files/etc/openvpn.user
parent9c16c46e58b9758a91ba68d8acea052a5375546f (diff)
downloadupstream-8fe9940db66517679f09fa1d2f6f79229b6a8361.tar.gz
upstream-8fe9940db66517679f09fa1d2f6f79229b6a8361.tar.bz2
upstream-8fe9940db66517679f09fa1d2f6f79229b6a8361.zip
openvpn: add generic hotplug mechanism
Pass a default --up and --down executable to each started OpenVPN instance which triggers /etc/hotplug.d/openvpn/ scripts whenever an instance goes up or down. User-configured up and down scripts are invoked by the default shipped 01-user hotplug handler to ensure that existing setups continue to work as before. As a consequence of this change, the up, down and script_security OpenVPN options are removed from the option file, since we're always passing them via the command line, they do not need to get included into the generated configuration. Signed-off-by: Florian Eckert <fe@dev.tdt.de> [reword commit message, move hotplug executable to /usr/libexec] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network/services/openvpn/files/etc/openvpn.user')
-rw-r--r--package/network/services/openvpn/files/etc/openvpn.user11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/network/services/openvpn/files/etc/openvpn.user b/package/network/services/openvpn/files/etc/openvpn.user
new file mode 100644
index 0000000000..a77566556a
--- /dev/null
+++ b/package/network/services/openvpn/files/etc/openvpn.user
@@ -0,0 +1,11 @@
+#!/bin/sh
+#
+# This file is interpreted as shell script.
+# Put your custom openvpn action here, they will
+# be executed with each opevnp event.
+#
+# $ACTION
+# <down> down action is generated after the TUN/TAP device is closed
+# <up> up action is generated after the TUN/TAP device is opened
+# $INSTANCE Name of the openvpn instance which went up or down
+