Browse Source

#set limit states unlimited -> 10000, as unlimited is not valid syntax.

OPENBSD_3_3
dhartmei 21 years ago
parent
commit
e704f94eb4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/pf.conf

+ 2
- 2
src/etc/pf.conf View File

@ -1,4 +1,4 @@
# $OpenBSD: pf.conf,v 1.14 2002/12/23 17:34:45 henning Exp $
# $OpenBSD: pf.conf,v 1.15 2002/12/30 23:17:54 dhartmei Exp $
#
# See pf.conf(5) and /usr/share/pf for syntax and examples.
# General order: options, scrub rules, translation rules, and filter rules.
@ -16,7 +16,7 @@ external_addr="192.168.1.1"
#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 }
#set limit { states unlimited, frags 5000 }
#set limit { states 10000, frags 5000 }
#set loginterface none
#set optimization normal
#set block-policy drop


Loading…
Cancel
Save