summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/pf15.in
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2009-04-06 12:41:49 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2009-04-06 12:41:49 +0000
commitf36a57c2cc6310d30c67e28509466b19a73ce650 (patch)
tree3f1234d7a47d0a2a4915fb47c5caf42846513a4b /regress/sbin/pfctl/pf15.in
parent1110b8ae27a4a767311f4a0b03d1ef119a940f50 (diff)
scrub gone
Diffstat (limited to 'regress/sbin/pfctl/pf15.in')
-rw-r--r--regress/sbin/pfctl/pf15.in30
1 files changed, 11 insertions, 19 deletions
diff --git a/regress/sbin/pfctl/pf15.in b/regress/sbin/pfctl/pf15.in
index ef6c25c74d6..8900969633f 100644
--- a/regress/sbin/pfctl/pf15.in
+++ b/regress/sbin/pfctl/pf15.in
@@ -1,19 +1,11 @@
-no scrub on lo0 from 192.168.1.1 to 10.1.2.3
-scrub in on lo0 from any to any no-df
-scrub in log on lo0 from any to any min-ttl 25
-scrub on lo0 from any to any max-mss 224
-scrub out log on lo1000000 from any to 10.0.0.1 no-df max-mss 224
-scrub in on lo0 from any to any max-mss 224
-scrub in log on {lo0 lo1000000} from any to any
-scrub in on lo0 inet from (lo0) to any
-scrub in log on lo0 inet6 from { (lo1000000), (lo0) } to 2000::1
-scrub in inet from { 10.0.0.1, 10.0.0.2 } to { 10.0.0.3, 10.0.0.4 }
-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
-scrub out all tagged THROUGHPUT set-tos throughput
+set reassemble yes no-df
+set reassemble no
+match scrub(no-df)
+match scrub(min-ttl 25)
+match scrub(max-mss 224)
+match scrub(no-df max-mss 224)
+match scrub(set-tos lowdelay)
+match out proto esp scrub(set-tos throughput)
+match out proto ah scrub(set-tos reliability)
+match out proto icmp scrub(set-tos 0x12)
+match out all tagged THROUGHPUT scrub (set-tos throughput)