diff options
author | Bill Marquette <billm@pfsense.org> | 2005-08-24 00:51:06 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-08-24 00:51:06 +0000 |
commit | 58a4eecd007b25a7b378f7a6fd2be6a5cca022f9 (patch) | |
tree | 16722d4bb8e9d6bcbc6b2ec264dead845b2fa8cf /usr | |
parent | 4ce8ac00f5c45c8167b05e3220042abc5afe46bf (diff) | |
download | pfsense-58a4eecd007b25a7b378f7a6fd2be6a5cca022f9.zip pfsense-58a4eecd007b25a7b378f7a6fd2be6a5cca022f9.tar.gz |
Slightly better description of what the gateway option actually does
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_rules_edit.php | 2 |
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 8465a3b..21c1682 100755 --- a/usr/local/www/firewall_rules_edit.php +++ b/usr/local/www/firewall_rules_edit.php @@ -709,7 +709,7 @@ include("head.inc"); } ?> </select> - <p><strong>Leave blank for default.</strong></p> + <p><strong>Leave as 'default' to use the system routing table. Or choose a gateway to utilize policy based routing.</strong></p> </td> </tr> <tr> |