From e91baab820fda7944e9a2153c8b79e90c63b968c Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Fri, 18 Dec 2009 22:20:44 -0500 Subject: fix reject rules to the same as in 1_2. return is valid on all rules --- usr/local/www/firewall_rules_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/firewall_rules_edit.php') diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php index 1cb0c46..31cc90e 100755 --- a/usr/local/www/firewall_rules_edit.php +++ b/usr/local/www/firewall_rules_edit.php @@ -529,7 +529,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, whereas with block the packet is dropped silently. In either case, the original packet is discarded.
-- cgit v1.1