Commit 2c25e3e3 authored by Ad Schellevis's avatar Ad Schellevis

oops, wrong block...

parent 75e7e0e4
......@@ -58,6 +58,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
interfaces_carp_setup();
set_single_sysctl('net.inet.carp.allow', '1');
}
}
foreach ($a_vip as $vip) {
if ($vip['mode'] == 'carp') {
switch ($act) {
......@@ -75,8 +76,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
}
}
}
}
}
$carpcount = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment