diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-03-07 20:16:02 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-03-07 20:16:02 +0000 |
commit | 1e85be7dfb8909c9b5610ebccfc8c9a799c4351b (patch) | |
tree | a542c9d99e5d482e7b62d060c5fd3cb161607cfb /regress/sbin/pfctl/pfaltq4.ok | |
parent | 5fd8309e025e86b2fa98632f8ef5d75cf58034d1 (diff) |
we change dthe queue ID allocator so that all IDs moved by 1 now, and
ppp0/1 are no more by default
Diffstat (limited to 'regress/sbin/pfctl/pfaltq4.ok')
-rw-r--r-- | regress/sbin/pfctl/pfaltq4.ok | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/regress/sbin/pfctl/pfaltq4.ok b/regress/sbin/pfctl/pfaltq4.ok index 49fe9f81e8a..ae9b27e915e 100644 --- a/regress/sbin/pfctl/pfaltq4.ok +++ b/regress/sbin/pfctl/pfaltq4.ok @@ -1,12 +1,12 @@ queue root_lo0 bandwidth 10Mb priority 0 cbq( wrr root ) {bloody, germans} - [ qid=2 ifname=lo0 ifbandwidth=10Mb ] + [ qid=1 ifname=lo0 ifbandwidth=10Mb ] queue bloody bandwidth 5Mb cbq( default ) - [ qid=4 ifname=lo0 ifbandwidth=10Mb ] + [ qid=3 ifname=lo0 ifbandwidth=10Mb ] queue germans bandwidth 5Mb - [ qid=5 ifname=lo0 ifbandwidth=10Mb ] + [ qid=4 ifname=lo0 ifbandwidth=10Mb ] queue root_tun1000000 bandwidth 10Mb priority 0 cbq( wrr root ) {bloody, toads} - [ qid=3 ifname=tun1000000 ifbandwidth=10Mb ] + [ qid=2 ifname=tun1000000 ifbandwidth=10Mb ] queue bloody bandwidth 5Mb cbq( default ) - [ qid=4 ifname=tun1000000 ifbandwidth=10Mb ] + [ qid=3 ifname=tun1000000 ifbandwidth=10Mb ] queue toads bandwidth 5Mb - [ qid=6 ifname=tun1000000 ifbandwidth=10Mb ] + [ qid=5 ifname=tun1000000 ifbandwidth=10Mb ] |