diff options
-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 8243d48..89045a8 100755 --- a/usr/local/www/firewall_nat_edit.php +++ b/usr/local/www/firewall_nat_edit.php @@ -831,6 +831,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 |