mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
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:
parent
be0cdeb690
commit
702f9af71f
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user