diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2004-02-24 21:09:07 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2004-02-24 21:09:07 +0000 |
commit | 5a75e98a9d09a385535ffa4aab76ea0da66e8d27 (patch) | |
tree | b851719d108762422032e02bff8d7a262010c870 /regress/sbin/pfctl/pfail48.in | |
parent | 7673a35af21a031689b2cfc816c8d7895e3718a2 (diff) |
Test for error with 'source-track global'/'max-src-nodes' combo.
Diffstat (limited to 'regress/sbin/pfctl/pfail48.in')
-rw-r--r-- | regress/sbin/pfctl/pfail48.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pfail48.in b/regress/sbin/pfctl/pfail48.in new file mode 100644 index 00000000000..aee9f9b8b21 --- /dev/null +++ b/regress/sbin/pfctl/pfail48.in @@ -0,0 +1,2 @@ +pass in proto tcp from any to any port 123 \ + keep state (source-track global, max-src-nodes 1000) |