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
a1e58090fa
commit
07e5afebd7
@ -37,6 +37,7 @@ function gentitle_pkg($pgname) {
|
||||
unset($interface_arr_cache);
|
||||
unset($carp_interface_count_cache);
|
||||
unset($carp_query);
|
||||
unset($interface_ip_arr_cache);
|
||||
|
||||
$status = get_carp_status();
|
||||
if($_POST['disablecarp'] <> "") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user