diff options
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/pfctl/pf44.in | 8 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf44.ok | 6 |
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 |