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/pf29.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/pf29.optimized')
-rw-r--r-- | regress/sbin/pfctl/pf29.optimized | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf29.optimized b/regress/sbin/pfctl/pf29.optimized new file mode 100644 index 00000000000..6f4615d697f --- /dev/null +++ b/regress/sbin/pfctl/pf29.optimized @@ -0,0 +1,12 @@ +@0 rdr on lo0 inet proto tcp from any to 192.168.0.0/24 port 8000:8010 -> 127.0.0.1 port 8000:8010 + [ Skip steps: i=end d=end f=end p=end sa=end sp=end da=end ] + [ queue: qname= qid=0 pqname= pqid=0 ] + [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] +@1 rdr on lo0 inet proto tcp from any to 192.168.0.0/24 port 21:22 -> 127.0.0.1 port 179:180 + [ Skip steps: i=end d=end f=end p=end sa=end sp=end da=end ] + [ queue: qname= qid=0 pqname= pqid=0 ] + [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] +@2 rdr on lo0 inet proto tcp from any to 192.168.0.0/24 port 1000:3000 -> 127.0.0.1 port 22 + [ 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 ] |