mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
correct text to properly describe reject, this references old, wrong behavior
This commit is contained in:
parent
c050ecdaea
commit
886cb1ab4b
@ -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 "TCP/UDP") 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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user