diff options
Diffstat (limited to 'regress/sbin/pfctl/pf15.in')
-rw-r--r-- | regress/sbin/pfctl/pf15.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf15.in b/regress/sbin/pfctl/pf15.in index dedb52bb00d..c2678c1cabf 100644 --- a/regress/sbin/pfctl/pf15.in +++ b/regress/sbin/pfctl/pf15.in @@ -12,3 +12,7 @@ scrub in from { lo0 10.1.1.1 } to any scrub in from { 10.0.0.1 lo0 } to any scrub in from !lo0 to any scrub in on !lo0 +scrub proto udp set-tos lowdelay +scrub out proto esp set-tos throughput +scrub out proto ah set-tos reliability +scrub out proto icmp set-tos 0x12 |