summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-08-08 16:53:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-08-08 16:53:53 +0000
commit07e5afebd737a7ea396fa4571cb0347596a48150 (patch)
tree8026b5eda4d39ce0743e4cfdecbb55a67b6b0115 /usr
parenta1e58090faef5e69968c0a428e4449f41cb72d30 (diff)
downloadpfsense-07e5afebd737a7ea396fa4571cb0347596a48150.zip
pfsense-07e5afebd737a7ea396fa4571cb0347596a48150.tar.gz
Ensure CARP cache is cleared on status page reload.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/carp_status.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index 98fd7ef..10ad211 100755
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -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'] <> "") {
OpenPOWER on IntegriCloud