summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-08-08 16:50:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-08-08 16:50:05 +0000
commita1e58090faef5e69968c0a428e4449f41cb72d30 (patch)
tree7e2765d4904765ea9b70bb637937260582be5396 /usr
parent644905e8681c0f15ff1038e79ab26f9bfccf4aa6 (diff)
downloadpfsense-a1e58090faef5e69968c0a428e4449f41cb72d30.zip
pfsense-a1e58090faef5e69968c0a428e4449f41cb72d30.tar.gz
Ensure CARP cache is cleared on status page reload.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/carp_status.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index 82d4082..98fd7ef 100755
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -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) {
OpenPOWER on IntegriCloud