From 49ec6bbb771536f1df2cf7413d3422385c75019a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=C3=A7i?= Date: Tue, 26 Feb 2008 17:22:03 +0000 Subject: Remove quick on this rules to allow using route-to rules for daemons running on the firewall. --- etc/inc/filter.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') 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 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" -- cgit v1.1