diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2008-05-07 07:07:30 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2008-05-07 07:07:30 +0000 |
commit | 0475b63024ae6fd7465eff6951c8feda22a1c78b (patch) | |
tree | b927dce3be9d0b9c6f9f665c770076ee1c28b468 /regress | |
parent | 2057b495386ca1b4ff0fd1a4580e6f181d670106 (diff) |
scrub packets based on tags; ok henning
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sbin/pfctl/pf15.in | 1 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf15.ok | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf15.in b/regress/sbin/pfctl/pf15.in index c2678c1cabf..ef6c25c74d6 100644 --- a/regress/sbin/pfctl/pf15.in +++ b/regress/sbin/pfctl/pf15.in @@ -16,3 +16,4 @@ 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 +scrub out all tagged THROUGHPUT set-tos throughput diff --git a/regress/sbin/pfctl/pf15.ok b/regress/sbin/pfctl/pf15.ok index 70d9dcd7a52..fbd17ea02df 100644 --- a/regress/sbin/pfctl/pf15.ok +++ b/regress/sbin/pfctl/pf15.ok @@ -29,3 +29,4 @@ scrub proto udp all set-tos 0x10 fragment reassemble scrub out proto esp all set-tos 0x08 fragment reassemble scrub out proto ah all set-tos 0x04 fragment reassemble scrub out proto icmp all set-tos 0x12 fragment reassemble +scrub out all set-tos 0x08 fragment reassemble tagged THROUGHPUT |