From 702f9af71f9b2d2e6684a628a89a33daabb4db2f Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 22 Oct 2018 11:27:07 +0200 Subject: [PATCH] openvpn: yes, this script is useful But maybe it should be optional rather than mandatory / with convoluted logic to figure out what to do. --- src/etc/rc.syshook.d/carp/20-openvpn | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/etc/rc.syshook.d/carp/20-openvpn b/src/etc/rc.syshook.d/carp/20-openvpn index a895b781d..5c11cd2a1 100755 --- a/src/etc/rc.syshook.d/carp/20-openvpn +++ b/src/etc/rc.syshook.d/carp/20-openvpn @@ -57,11 +57,9 @@ log_error($notificationmsg); switch ($type) { case 'MASTER': - /* XXX inspect usefulness of this trickery */ openvpn_carp_start($carp_iface); break; case 'BACKUP': - /* XXX inspect usefulness of this trickery */ openvpn_carp_stop($carp_iface); break; }