summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-09-15 16:34:54 -0400
committerChris Buechler <cmb@pfsense.org>2010-09-15 16:34:54 -0400
commit886cb1ab4b5c7bb68894113af6714005a5a4e4e4 (patch)
tree16f61f41d08a36ff5c1a458eaeb1ee6c663d1bdf
parentc050ecdaea3efbc865503742a3ea77e3cc32b241 (diff)
downloadpfsense-886cb1ab4b5c7bb68894113af6714005a5a4e4e4.zip
pfsense-886cb1ab4b5c7bb68894113af6714005a5a4e4e4.tar.gz
correct text to properly describe reject, this references old, wrong behavior
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
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 9bb3127..3b9d289 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -377,7 +377,7 @@ include("head.inc");
<br/>
<span class="vexpl">
Choose what to do with packets that match the criteria specified below. <br/>
- Hint: the difference between block and reject is that with reject, a packet (TCP RST or ICMP port unreachable for UDP) is returned to the sender, whereas with block the packet is dropped silently. In either case, the original packet is discarded. Reject only works when the protocol is set to either TCP or UDP (but not &quot;TCP/UDP&quot;) below.
+ Hint: the difference between block and reject is that with reject, a packet (TCP RST or ICMP port unreachable for UDP) is returned to the sender for TCP or UDP, whereas with block the packet is dropped silently. In either case, the original packet is discarded.
</span>
</td>
</tr>
OpenPOWER on IntegriCloud