diff options
author | jim-p <jimp@pfsense.org> | 2013-01-26 10:55:01 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2013-01-26 10:55:01 -0500 |
commit | 88996fbeadfe4910b1a5b951592ee6a0f6734472 (patch) | |
tree | fe29b458d4de8a1e9f795c0a1316d9673ca603c1 /usr | |
parent | 0fbf7315705be37dc373a023e78d0f0a3cb54d26 (diff) | |
download | pfsense-88996fbeadfe4910b1a5b951592ee6a0f6734472.zip pfsense-88996fbeadfe4910b1a5b951592ee6a0f6734472.tar.gz |
Add a note about rdr pass not supporting Multi-WAN.
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_nat_edit.php | 1 |
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 |