summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_edit.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-01-26 10:55:01 -0500
committerjim-p <jimp@pfsense.org>2013-01-26 10:55:01 -0500
commit88996fbeadfe4910b1a5b951592ee6a0f6734472 (patch)
treefe29b458d4de8a1e9f795c0a1316d9673ca603c1 /usr/local/www/firewall_nat_edit.php
parent0fbf7315705be37dc373a023e78d0f0a3cb54d26 (diff)
downloadpfsense-88996fbeadfe4910b1a5b951592ee6a0f6734472.zip
pfsense-88996fbeadfe4910b1a5b951592ee6a0f6734472.tar.gz
Add a note about rdr pass not supporting Multi-WAN.
Diffstat (limited to 'usr/local/www/firewall_nat_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_edit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php
index 65f5c91..3c51aeb 100755
--- a/usr/local/www/firewall_nat_edit.php
+++ b/usr/local/www/firewall_nat_edit.php
@@ -837,6 +837,7 @@ include("fbegin.inc"); ?>
<option value="add-unassociated"><?=gettext("Add unassociated filter rule"); ?></option>
<option value="pass"><?=gettext("Pass"); ?></option>
</select>
+ <br/><br/><?=gettext("NOTE: The \"pass\" selection does not work properly with Multi-WAN. It will only work on an interface containing the default gateway.")?>
</td>
</tr><?php endif; ?>
<?php
OpenPOWER on IntegriCloud