1#scrub opts in unusual order
2
3match in on lo0 from any to any scrub(min-ttl 15, no-df, max-mss 224)
4match in on lo0 from any to any scrub(no-df max-mss 224 min-ttl 15)
5match in on lo0 from any to any scrub(max-mss 224, min-ttl 15 no-df)
6match in on lo0 from any to any scrub(min-ttl 15 no-df, max-mss 224)
7match in on lo0 from any to any scrub(no-df max-mss 224 min-ttl 15)
8match in on lo0 from any to any scrub(max-mss 224 min-ttl 15 no-df reassemble tcp)
9