Revision 07e5afeb
Added by Scott Ullrich almost 18 years ago
usr/local/www/carp_status.php | ||
---|---|---|
37 | 37 |
unset($interface_arr_cache); |
38 | 38 |
unset($carp_interface_count_cache); |
39 | 39 |
unset($carp_query); |
40 |
unset($interface_ip_arr_cache); |
|
40 | 41 |
|
41 | 42 |
$status = get_carp_status(); |
42 | 43 |
if($_POST['disablecarp'] <> "") { |
Also available in: Unified diff
Ensure CARP cache is cleared on status page reload.