summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-12-23 17:32:28 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-12-23 17:32:28 +0000
commit149cca694a33f562035321db5c4b0d24ed39ab2f (patch)
treeaa158852354c409c878f93318d39cf89a2d0b5bb
parent310de6e1d8a47efb69d1a6ed4326e1cc0de2a24b (diff)
missing }
-rw-r--r--etc/pf.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/pf.conf b/etc/pf.conf
index 11b440828a4..75b400e57b8 100644
--- a/etc/pf.conf
+++ b/etc/pf.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: pf.conf,v 1.12 2002/12/23 11:47:52 henning Exp $
+# $OpenBSD: pf.conf,v 1.13 2002/12/23 17:32:27 henning Exp $
#
# See pf.conf(5) and /usr/share/pf for syntax and examples.
# General order: options, scrub rules, translation rules, and filter rules.
@@ -12,7 +12,7 @@ external_addr="192.168.1.1"
# Options: tune the behavior of pf, default values are given.
#set timeout { interval 30, frag 10 }
#set timeout { tcp.first 120, tcp.opening 30, tcp.established 86400 }
-#set timeout { tcp.closing 900, tcp.finwait 45, tcp.closed 90
+#set timeout { tcp.closing 900, tcp.finwait 45, tcp.closed 90 }
#set timeout { udp.first 60, udp.single 30, udp.multiple 60 }
#set timeout { icmp.first 20, icmp.error 10 }
#set timeout { other.first 60, other.single 30, other.multiple 60 }