summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-21 17:48:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-21 17:48:05 +0000
commit931745c6651906fbff3e2fd2cb15204ad9d34e5e (patch)
treea68edaa7ff89c47c8fe5eeabe9766e9f081bb579 /usr
parent6b21202e1fa5a88572faeb2da6c871b72f79453b (diff)
downloadpfsense-931745c6651906fbff3e2fd2cb15204ad9d34e5e.zip
pfsense-931745c6651906fbff3e2fd2cb15204ad9d34e5e.tar.gz
Alert the user that deleting the CARP ip addresses will reboot.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_virtual_ip.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_virtual_ip.php b/usr/local/www/firewall_virtual_ip.php
index bfd5c07..44c1ffb 100755
--- a/usr/local/www/firewall_virtual_ip.php
+++ b/usr/local/www/firewall_virtual_ip.php
@@ -97,7 +97,7 @@ include("head.inc");
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php if (file_exists($d_vipconfdirty_path)): ?><p>
-<?php print_info_box_np("The VIP configuration has been changed.<br>You must apply the changes in order for them to take effect.");?><br>
+<?php print_info_box_np("The VIP configuration has been changed.<br>You must apply the changes in order for them to take effect.<br>NOTE: when deleting CARP ip addresses, the firewall WILL reboot.");?><br>
<?php endif; ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td class="tabnavtbl">
OpenPOWER on IntegriCloud