diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2006-10-06 17:09:42 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2006-10-06 17:09:42 +0000 |
commit | 2e423df0b4c4ed89ddd1662e5dc992d9f695118e (patch) | |
tree | 2d83c9ff86ea57ca365a5d8335c2d67b690c9eb3 /regress/sbin/pfctl/pf34.optimized | |
parent | ef822adaa3e227a2f075dc23611416bc535f6535 (diff) |
Handle default 'flags S/SA keep state', 'no state' and 'flags any'.
Diffstat (limited to 'regress/sbin/pfctl/pf34.optimized')
-rw-r--r-- | regress/sbin/pfctl/pf34.optimized | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/regress/sbin/pfctl/pf34.optimized b/regress/sbin/pfctl/pf34.optimized index a71c50fa61d..c626fc81346 100644 --- a/regress/sbin/pfctl/pf34.optimized +++ b/regress/sbin/pfctl/pf34.optimized @@ -1,20 +1,20 @@ -@0 pass in inet from any to 127.0.0.1 +@0 pass in inet from any to 127.0.0.1 flags S/SA keep state [ Skip steps: i=end d=end p=4 sa=4 sp=end dp=end ] [ queue: qname= qid=0 pqname= pqid=0 ] [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] -@1 pass in inet6 from any to 2000::1 +@1 pass in inet6 from any to 2000::1 flags S/SA keep state [ Skip steps: i=end d=end p=4 sa=4 sp=end dp=end ] [ queue: qname= qid=0 pqname= pqid=0 ] [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] -@2 pass in all probability 50% +@2 pass in all flags S/SA keep state probability 50% [ Skip steps: i=end d=end f=4 p=4 sa=4 sp=end da=end dp=end ] [ queue: qname= qid=0 pqname= pqid=0 ] [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] -@3 pass in all probability 50% +@3 pass in all flags S/SA keep state probability 50% [ Skip steps: i=end d=end sp=end da=end dp=end ] [ queue: qname= qid=0 pqname= pqid=0 ] [ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ] -@4 pass in inet6 proto tcp from ::1 to any probability 0.8% +@4 pass in inet6 proto tcp from ::1 to any flags S/SA keep state probability 0.8% [ 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 ] |