diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-06-25 08:17:17 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-06-25 08:17:17 +0000 |
commit | 6170a7b3d66abf8c132e867c0c2aa8d2ded399a9 (patch) | |
tree | 28fb7ab6e4bd1f4b78658858345a9b9893c6ad1e /regress/sbin/pfctl/pfail11.in | |
parent | bc64cbe4bc38efeb8d0006b56f93c1803ca806a2 (diff) |
regression tests for options in pf.conf
ok dhartmei@, kjell@
Diffstat (limited to 'regress/sbin/pfctl/pfail11.in')
-rw-r--r-- | regress/sbin/pfctl/pfail11.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pfail11.in b/regress/sbin/pfctl/pfail11.in new file mode 100644 index 00000000000..94ae234e976 --- /dev/null +++ b/regress/sbin/pfctl/pfail11.in @@ -0,0 +1,5 @@ +set optimization aggressive +set timeout tcp.closing 6, tcp.opening 6 +pass in all +set limit states 1000, frags 1000 +set loginterface lo0 |