From 886cb1ab4b5c7bb68894113af6714005a5a4e4e4 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Wed, 15 Sep 2010 16:34:54 -0400 Subject: [PATCH] correct text to properly describe reject, this references old, wrong behavior --- usr/local/www/firewall_rules_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php index 9bb3127654..3b9d2893c8 100755 --- a/usr/local/www/firewall_rules_edit.php +++ b/usr/local/www/firewall_rules_edit.php @@ -377,7 +377,7 @@ include("head.inc");
Choose what to do with packets that match the criteria specified 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, 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.