xref: /openbsd/regress/sbin/pfctl/pf44.in (revision 27a578e7)
1c605412aShenning#scrub opts in unusual order
2c605412aShenning
3*27a578e7Shenningmatch in on lo0 from any to any scrub(min-ttl 15, no-df, max-mss 224)
4*27a578e7Shenningmatch in on lo0 from any to any scrub(no-df max-mss 224 min-ttl 15)
5*27a578e7Shenningmatch in on lo0 from any to any scrub(max-mss 224, min-ttl 15 no-df)
6*27a578e7Shenningmatch in on lo0 from any to any scrub(min-ttl 15 no-df, max-mss 224)
7*27a578e7Shenningmatch in on lo0 from any to any scrub(no-df max-mss 224 min-ttl 15)
8*27a578e7Shenningmatch in on lo0 from any to any scrub(max-mss 224 min-ttl 15 no-df reassemble tcp)
9