summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-03-24 18:34:19 -0400
committerScott Ullrich <sullrich@pfsense.org>2011-03-24 18:34:26 -0400
commit24143605f1c1f5e578611b00f5193c564874b583 (patch)
tree4bebb02d0c8af93b3b463ffc2a904625c42e549d /usr
parentc8703797e5c24e6619ad14819fc62b3cb8a6ae3d (diff)
downloadpfsense-24143605f1c1f5e578611b00f5193c564874b583.zip
pfsense-24143605f1c1f5e578611b00f5193c564874b583.tar.gz
Note that disabling does not survive a reboot
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/carp_status.php2
1 files changed, 1 insertions, 1 deletions
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");
OpenPOWER on IntegriCloud