summaryrefslogtreecommitdiff
path: root/regress/sbin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-12-13 22:07:58 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-12-13 22:07:58 +0000
commit94e762f24e3fd4ba79feb72b146f6648a1ff0987 (patch)
treeca83077b338c95fa382aa382a3a7b4f51d8461c2 /regress/sbin
parentb68dc821d16a11cf6c3ec833ff846253721829ae (diff)
might help to add the actual tests.
Diffstat (limited to 'regress/sbin')
-rw-r--r--regress/sbin/pfctl/pf44.in8
-rw-r--r--regress/sbin/pfctl/pf44.ok6
2 files changed, 14 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf44.in b/regress/sbin/pfctl/pf44.in
new file mode 100644
index 00000000000..aa737d20ff0
--- /dev/null
+++ b/regress/sbin/pfctl/pf44.in
@@ -0,0 +1,8 @@
+#scrub opts in unusual order
+
+scrub in on lo0 from any to any min-ttl 15 no-df max-mss 224
+scrub in on lo0 from any to any no-df max-mss 224 min-ttl 15
+scrub in on lo0 from any to any fragment reassemble max-mss 224 min-ttl 15 no-df
+scrub in on lo0 from any to any min-ttl 15 fragment drop-ovl no-df max-mss 224
+scrub in on lo0 from any to any no-df max-mss 224 fragment crop min-ttl 15
+scrub in on lo0 from any to any max-mss 224 min-ttl 15 no-df fragment reassemble
diff --git a/regress/sbin/pfctl/pf44.ok b/regress/sbin/pfctl/pf44.ok
new file mode 100644
index 00000000000..f35423a6d92
--- /dev/null
+++ b/regress/sbin/pfctl/pf44.ok
@@ -0,0 +1,6 @@
+scrub in on lo0 all no-df min-ttl 15 max-mss 224 fragment reassemble
+scrub in on lo0 all no-df min-ttl 15 max-mss 224 fragment reassemble
+scrub in on lo0 all no-df min-ttl 15 max-mss 224 fragment reassemble
+scrub in on lo0 all no-df min-ttl 15 max-mss 224 fragment drop-ovl
+scrub in on lo0 all no-df min-ttl 15 max-mss 224 fragment crop
+scrub in on lo0 all no-df min-ttl 15 max-mss 224 fragment reassemble