openvpn: yes, this script is useful

But maybe it should be optional rather than mandatory /
with convoluted logic to figure out what to do.
This commit is contained in:
Franco Fichtner 2018-10-22 11:27:07 +02:00
parent be0cdeb690
commit 702f9af71f

View File

@ -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;
}