diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2004-10-01 23:19:19 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2004-10-01 23:19:19 +0000 |
commit | 7a9f234642fbb5dbdd9b5d059ea15b766bb69781 (patch) | |
tree | 1c0d026317f29e130a9d364480a436e8c42eefa2 /regress/sbin/pfctl/pf9.optimized | |
parent | 65b3cbca1b730ecd835c6611773f0a9b00c49462 (diff) |
First pass at doing regress tests on the optimizer (pfctl -o).
Still need to add some more input files to test specific corner cases.
Diffstat (limited to 'regress/sbin/pfctl/pf9.optimized')
-rw-r--r-- | regress/sbin/pfctl/pf9.optimized | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf9.optimized b/regress/sbin/pfctl/pf9.optimized new file mode 100644 index 00000000000..8c6247c4e7f --- /dev/null +++ b/regress/sbin/pfctl/pf9.optimized @@ -0,0 +1,8 @@ +@0 block drop in on enc0 all + [ Skip steps: d=end f=end p=end sa=end sp=end da=end dp=end ] + [ queue: qname= qid=0 pqname= pqid=0 ] + [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] +@1 block drop in on tun1000000 all + [ Skip steps: i=end d=end f=end p=end sa=end sp=end da=end dp=end ] + [ queue: qname= qid=0 pqname= pqid=0 ] + [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] |