mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Ensure CARP cache is cleared on status page reload.
This commit is contained in:
parent
644905e868
commit
a1e58090fa
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user