diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-04-03 14:42:25 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-04-03 14:42:25 +0000 |
commit | 91f3c00514f9d8a9cc6386df2fd1d9d60ed3c8d1 (patch) | |
tree | 397e7c02b020edaa9df9c40f7368a83fca8870b4 /regress | |
parent | 4c22bda345b24a0a973164b956058258a081a4d3 (diff) |
queue ID assignment algorith changed for PRIQ
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sbin/pfctl/pfaltq1.ok | 8 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfaltq5.ok | 14 |
2 files changed, 11 insertions, 11 deletions
diff --git a/regress/sbin/pfctl/pfaltq1.ok b/regress/sbin/pfctl/pfaltq1.ok index f32313eebc8..be841fffc67 100644 --- a/regress/sbin/pfctl/pfaltq1.ok +++ b/regress/sbin/pfctl/pfaltq1.ok @@ -1,8 +1,8 @@ queue one priq( default ) -[ qid=2 ifname=lo0 ifbandwidth=10Mb ] +[ qid=1 ifname=lo0 ifbandwidth=10Mb ] queue one priq( default ) -[ qid=2 ifname=tun0 ifbandwidth=10Mb ] +[ qid=1 ifname=tun0 ifbandwidth=10Mb ] queue two priority 15 -[ qid=16 ifname=lo0 ifbandwidth=10Mb ] +[ qid=2 ifname=lo0 ifbandwidth=10Mb ] queue two priority 15 -[ qid=16 ifname=tun0 ifbandwidth=10Mb ] +[ qid=2 ifname=tun0 ifbandwidth=10Mb ] diff --git a/regress/sbin/pfctl/pfaltq5.ok b/regress/sbin/pfctl/pfaltq5.ok index 58100d338a0..3b9840eb214 100644 --- a/regress/sbin/pfctl/pfaltq5.ok +++ b/regress/sbin/pfctl/pfaltq5.ok @@ -1,18 +1,18 @@ queue praise priq( default ) -[ qid=2 ifname=lo0 ifbandwidth=10Mb ] +[ qid=1 ifname=lo0 ifbandwidth=10Mb ] queue wim priority 15 -[ qid=16 ifname=lo0 ifbandwidth=10Mb ] +[ qid=2 ifname=lo0 ifbandwidth=10Mb ] queue hi priority 7 -[ qid=8 ifname=lo0 ifbandwidth=10Mb ] +[ qid=3 ifname=lo0 ifbandwidth=10Mb ] @0 pass in on lo0 proto tcp from any to any port = ssh keep state queue(hi, wim) [ Skip steps: d=end f=end p=end sa=end sp=end da=end dp=3 ] -[ queue: qname=hi qid=8 pqname=wim pqid=16 ] +[ queue: qname=hi qid=3 pqname=wim pqid=2 ] @1 pass in proto tcp from any to any port = ssh keep state queue(hi, wim) [ Skip steps: i=end d=end f=end p=end sa=end sp=end da=end dp=3 ] -[ queue: qname=hi qid=8 pqname=wim pqid=16 ] +[ queue: qname=hi qid=3 pqname=wim pqid=2 ] @2 pass in proto tcp from any to any port = ssh keep state queue wim [ Skip steps: i=end d=end f=end p=end sa=end sp=end da=end ] -[ queue: qname=wim qid=16 pqname= pqid=16 ] +[ queue: qname=wim qid=2 pqname= pqid=2 ] @3 pass in proto tcp from any to any port = smtp keep state queue praise [ Skip steps: i=end d=end f=end p=end sa=end sp=end da=end dp=end ] -[ queue: qname=praise qid=2 pqname= pqid=2 ] +[ queue: qname=praise qid=1 pqname= pqid=1 ] |