From 24143605f1c1f5e578611b00f5193c564874b583 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 24 Mar 2011 18:34:19 -0400 Subject: Note that disabling does not survive a reboot --- usr/local/www/carp_status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local') diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php index 187736b..12b8be9 100755 --- a/usr/local/www/carp_status.php +++ b/usr/local/www/carp_status.php @@ -68,7 +68,7 @@ if($_POST['disablecarp'] <> "") { } } } - $savemsg = sprintf(gettext("%s IPs have been disabled."), $carp_counter); + $savemsg = sprintf(gettext("%s IPs have been disabled. Please note that disabling does not survive a reboot."), $carp_counter); } else { $savemsg = gettext("CARP has been enabled."); mwexec("/sbin/sysctl net.inet.carp.allow=1"); -- cgit v1.1