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