diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-03-11 11:15:00 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-03-11 11:15:00 +0000 |
commit | 7154a67a588a0d4fd73f4cc6c27031f5ef86d322 (patch) | |
tree | 13e5df0b9db285c2700efd8acc8feb5ac9958ed9 /regress/sbin/pfctl/pfaltq3.ok | |
parent | cd9d49a2cfd1a7f43233b2bdd5de5f02035caa29 (diff) |
more complicated cbq queue id assigment verification
Diffstat (limited to 'regress/sbin/pfctl/pfaltq3.ok')
-rw-r--r-- | regress/sbin/pfctl/pfaltq3.ok | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pfaltq3.ok b/regress/sbin/pfctl/pfaltq3.ok new file mode 100644 index 00000000000..2bd06741977 --- /dev/null +++ b/regress/sbin/pfctl/pfaltq3.ok @@ -0,0 +1,28 @@ +queue root_lo0 bandwidth 10Mb priority 0 cbq( wrr root ) {eins, zwei, drei} +[ qid=4294967294 ifname=lo0 ifbandwidth=10Mb ] +queue eins bandwidth 1Mb cbq( default ) +[ qid=4294967293 ifname=lo0 ifbandwidth=10Mb ] +queue zwei bandwidth 8Mb {sub2, sub3} +[ qid=1 ifname=lo0 ifbandwidth=10Mb ] +queue sub2 bandwidth 4Mb +[ qid=2 ifname=lo0 ifbandwidth=10Mb ] +queue sub3 bandwidth 4Mb +[ qid=3 ifname=lo0 ifbandwidth=10Mb ] +queue drei bandwidth 1Mb {subseven} +[ qid=4 ifname=lo0 ifbandwidth=10Mb ] +queue subseven bandwidth 900Kb +[ qid=5 ifname=lo0 ifbandwidth=10Mb ] +queue root_tun0 bandwidth 33.60Kb priority 0 cbq( wrr root ) {zwei, vier, fuenf} +[ qid=4294967294 ifname=tun0 ifbandwidth=33.60Kb ] +queue zwei bandwidth 26.88Kb {sub2, sub3} +[ qid=1 ifname=tun0 ifbandwidth=33.60Kb ] +queue sub2 bandwidth 13.40Kb +[ qid=2 ifname=tun0 ifbandwidth=33.60Kb ] +queue sub3 bandwidth 13.40Kb +[ qid=3 ifname=tun0 ifbandwidth=33.60Kb ] +queue vier bandwidth 16.80Kb cbq( default ) +[ qid=4294967293 ifname=tun0 ifbandwidth=33.60Kb ] +queue fuenf bandwidth 16.80Kb {subseven} +[ qid=4 ifname=tun0 ifbandwidth=33.60Kb ] +queue subseven bandwidth 15.12Kb +[ qid=5 ifname=tun0 ifbandwidth=33.60Kb ] |