Fix syntax error in CARP status page. Ticket #3967

This commit is contained in:
Chris Buechler 2014-11-10 22:13:01 -06:00
parent a1b66becf4
commit e120d5ce5f
1 changed files with 1 additions and 1 deletions

View File

@ -80,11 +80,11 @@ if($_POST['disablecarp'] <> "") {
interface_carp_configure($vip);
sleep(1);
break;
}
case 'ipalias':
if (strpos($vip['interface'], '_vip'))
interface_ipalias_configure($vip);
break;
}
}
}
interfaces_sync_setup();