blob: 24776aad28a1cb811d29abaf1d03cd2c1fc0a03d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
set reassemble yes no-df
set reassemble no
match all scrub (no-df)
match all scrub (min-ttl 25)
match all scrub (max-mss 224)
match all scrub (no-df max-mss 224)
match all scrub (set-tos 0x10)
match out proto esp all scrub (set-tos 0x08)
match out proto ah all scrub (set-tos 0x04)
match out proto icmp all scrub (set-tos 0x12)
match out all scrub (set-tos 0x08) tagged THROUGHPUT
|