summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/ipf/regress/f26
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/netbsd-tests/ipf/regress/f26')
-rw-r--r--contrib/netbsd-tests/ipf/regress/f266
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/netbsd-tests/ipf/regress/f26 b/contrib/netbsd-tests/ipf/regress/f26
new file mode 100644
index 0000000..22357a4
--- /dev/null
+++ b/contrib/netbsd-tests/ipf/regress/f26
@@ -0,0 +1,6 @@
+pass in quick proto tcp from 1.1.1.0/24 to any port = 22 flags S keep state(max-srcs 3)
+pass in quick proto tcp from 1.1.1.0/24 to any port = 22 flags S keep state(max-srcs 3, max-per-src 1/32)
+pass in quick proto tcp from 1.1.1.0/24 to any port = 22 flags S keep state(max-srcs 3, max-per-src 1/16)
+pass in quick proto tcp all flags S keep state(max-srcs 3)
+pass in quick proto tcp all flags S keep state(max-srcs 3, max-per-src 1/32)
+pass in quick proto tcp all flags S keep state(max-srcs 3, max-per-src 1/16)
OpenPOWER on IntegriCloud