summaryrefslogtreecommitdiff
path: root/etc/pf.conf
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2009-05-30 22:15:21 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2009-05-30 22:15:21 +0000
commit68ea6a02d0b1ad16739f1a279a66892eef3f8756 (patch)
treefd8019a287b1ee73bb5dc5350ee29d883632b382 /etc/pf.conf
parentb2c4efbe5400062f3c58718155628551ea0750b4 (diff)
we want pass, not pass in, so we get state for all connections
Diffstat (limited to 'etc/pf.conf')
-rw-r--r--etc/pf.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/pf.conf b/etc/pf.conf
index 23d36539ab2..30f90760995 100644
--- a/etc/pf.conf
+++ b/etc/pf.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: pf.conf,v 1.41 2009/04/26 12:32:48 sthen Exp $
+# $OpenBSD: pf.conf,v 1.42 2009/05/30 22:15:20 henning Exp $
#
# See pf.conf(5) for syntax and examples; this sample ruleset uses
# require-order to permit mixing of NAT/RDR and filter rules.
@@ -25,7 +25,7 @@ set skip on lo
#no rdr on egress proto tcp from <spamd-white> to any port smtp
#rdr pass on egress proto tcp from any to any port smtp -> 127.0.0.1 port spamd
-pass in # to establish keep-state
+pass # to establish keep-state
#block in quick from urpf-failed to any # use with care