Ensure CARP cache is cleared on status page reload.

This commit is contained in:
Scott Ullrich 2007-08-08 16:50:05 +00:00
parent 644905e868
commit a1e58090fa

View File

@ -34,6 +34,10 @@ function gentitle_pkg($pgname) {
return $config['system']['hostname'] . "." . $config['system']['domain'] . " - " . $pgname;
}
unset($interface_arr_cache);
unset($carp_interface_count_cache);
unset($carp_query);
$status = get_carp_status();
if($_POST['disablecarp'] <> "") {
if($status == true) {