summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out_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_nat_out_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_nat_out_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_out_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out_edit.php b/usr/local/www/firewall_nat_out_edit.php
index eff0271..b789e28 100755
--- a/usr/local/www/firewall_nat_out_edit.php
+++ b/usr/local/www/firewall_nat_out_edit.php
@@ -640,7 +640,7 @@ any)");?></td>
<td width="22%" valign="top" class="vncell"><?=gettext("No XMLRPC Sync");?></td>
<td width="78%" class="vtable">
<input value="yes" name="nosync" type="checkbox" class="formfld" id="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.");?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud