summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-02-13 17:19:38 -0200
committerRenato Botelho <garga@FreeBSD.org>2013-02-13 17:19:52 -0200
commit727119805068f30c1a0609bd2cbb3bd73dece6ea (patch)
tree0514075cdcd937eadaefc641a7e763d5c5ad5807 /usr/local/www/firewall_rules_edit.php
parenta1fb7d61c4be90e6b6fcbc44fd644677cb0761e4 (diff)
downloadpfsense-727119805068f30c1a0609bd2cbb3bd73dece6ea.zip
pfsense-727119805068f30c1a0609bd2cbb3bd73dece6ea.tar.gz
Warn users that nosync option won't prevent it to be overwritten on carp slave members
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 2cdcdbb..ccbc34d 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -1278,7 +1278,7 @@ $i--): ?>
</div>
<div id="shownoxmlrpcadv" <?php if (empty($pconfig['nosync'])) echo "style='display:none'"; ?>>
<input type="checkbox" name="nosync"<?php if($pconfig['nosync']) echo " CHECKED"; ?>><br>
- <?=gettext("Hint: This prevents the rule from automatically syncing to other CARP members.");?>
+ <?=gettext("Hint: This prevents the rule on Master from automatically syncing to other CARP members. This does NOT prevent the rule from being overwritten on Slave.");?>
</div>
</td>
</tr>
OpenPOWER on IntegriCloud