summaryrefslogtreecommitdiffstats
path: root/usr/local/www/carp_status.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/carp_status.php')
-rw-r--r--usr/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 869cc1b..5701ad7 100644
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -81,6 +81,10 @@ if($_POST['disablecarp'] <> "") {
sleep(1);
break;
}
+ case 'ipalias':
+ if (strpos($vip['interface'], '_vip'))
+ interface_ipalias_configure($vip);
+ break;
}
}
interfaces_sync_setup();
OpenPOWER on IntegriCloud