From a1e58090faef5e69968c0a428e4449f41cb72d30 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 8 Aug 2007 16:50:05 +0000 Subject: Ensure CARP cache is cleared on status page reload. --- usr/local/www/carp_status.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usr') 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) { -- cgit v1.1