summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-02-26 17:22:03 +0000
committerErmal Luçi <eri@pfsense.org>2008-02-26 17:22:03 +0000
commit49ec6bbb771536f1df2cf7413d3422385c75019a (patch)
tree54c6f999695d296f70f1dda692ff9f0a73755fc7 /etc
parent7af2fa41c988064eaf645d994a2f3c64aada5f2e (diff)
downloadpfsense-49ec6bbb771536f1df2cf7413d3422385c75019a.zip
pfsense-49ec6bbb771536f1df2cf7413d3422385c75019a.tar.gz
Remove quick on this rules to allow using route-to rules for daemons running on the firewall.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 28eb61c..cd7cda6 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2382,8 +2382,8 @@ block quick from any to <snort2c> label "Block snort2c hosts"
# loopback
anchor "loopback"
-pass in quick on \$loopback all label "pass loopback"
-pass out quick on \$loopback all label "pass loopback"
+pass in on \$loopback all label "pass loopback"
+pass out on \$loopback all label "pass loopback"
# package manager early specific hook
anchor "packageearly"
OpenPOWER on IntegriCloud