diff options
-rw-r--r-- | usr/local/www/carp_status.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php index 7fd6213..ea56e13 100644 --- a/usr/local/www/carp_status.php +++ b/usr/local/www/carp_status.php @@ -64,6 +64,7 @@ if($_POST['disablecarp'] <> "") { switch ($vip['mode']) { case "carp": interface_vip_bring_down($vip); + interface_ipalias_cleanup("{$vip['interface']}_vip{$vip['vhid']}"); sleep(1); break; } |