blob: 7fa512eaac5cb61f78597f5ca9c8b40aebbcd8c4 (
plain)
1
2
3
4
5
6
7
8
9
|
#queue id assignment with cbq: two same named queues on different interfaces
#must have the same qid
altq on { lo0 tun1000000 } tbrsize 1824 cbq bandwidth 10Mb queue { one two }
queue one bandwidth 10% cbq(default)
queue two bandwidth 90% { three four}
queue three bandwidth 50%
queue four bandwidth 40%
|