diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-23 17:34:46 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-23 17:34:46 +0000 |
commit | 9a62bb03c2e6eadfa5d805d7a46fad389a198a0f (patch) | |
tree | bc2005bc43f0bf165a0806b2c0913db6b249eac9 /etc/pf.conf | |
parent | 149cca694a33f562035321db5c4b0d24ed39ab2f (diff) |
default optimization is "normal", not "default"
Diffstat (limited to 'etc/pf.conf')
-rw-r--r-- | etc/pf.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/pf.conf b/etc/pf.conf index 75b400e57b8..aa8ba11bc04 100644 --- a/etc/pf.conf +++ b/etc/pf.conf @@ -1,4 +1,4 @@ -# $OpenBSD: pf.conf,v 1.13 2002/12/23 17:32:27 henning Exp $ +# $OpenBSD: pf.conf,v 1.14 2002/12/23 17:34:45 henning Exp $ # # See pf.conf(5) and /usr/share/pf for syntax and examples. # General order: options, scrub rules, translation rules, and filter rules. @@ -18,7 +18,7 @@ external_addr="192.168.1.1" #set timeout { other.first 60, other.single 30, other.multiple 60 } #set limit { states unlimited, frags 5000 } #set loginterface none -#set optimization default +#set optimization normal #set block-policy drop #set require-order yes |