diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-09-10 00:01:29 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-09-10 00:01:29 +0000 |
commit | e244be501c775d83ac6e88726a3293d72e2ac4e3 (patch) | |
tree | fc5e8b50998cf745d8c818214b2c44bc6e43fb9a | |
parent | 842beb799e401353d9a65a0e8063a440973f6fa8 (diff) | |
download | pfsense-e244be501c775d83ac6e88726a3293d72e2ac4e3.zip pfsense-e244be501c775d83ac6e88726a3293d72e2ac4e3.tar.gz |
Backout last commit
-rw-r--r-- | etc/inc/filter.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 6857a21..c9cac0d 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -1968,9 +1968,6 @@ EOD; $ipfrules .= "pass in quick on \${$ifname_real} inet proto udp from any to \$loopback port {$starting_localhost_port} keep state label \"NAT REFLECT: Allow traffic to localhost\"\n"; break; case "tcp": - $protocol = $rule['protocol']; - $ipfrules .= "pass in quick on \${$ifname_real} inet proto udp from any to \$loopback port {$starting_localhost_port} keep state label \"NAT REFLECT: Allow traffic to localhost\"\n"; - break; case "udp": $protocol = $rule['protocol']; $ipfrules .= "pass in quick on \${$ifname_real} inet proto udp from any to \$loopback port {$starting_localhost_port} keep state label \"NAT REFLECT: Allow traffic to localhost\"\n"; |