blob: d9dd4e2ccf18da0777cbcf7157fab138e3699055 (
plain)
1
2
3
4
5
6
|
altq on tun1000000 cbq bandwidth 100Kb tbrsize 3000 queue { std ssh }
altq on tun1000001 cbq bandwidth 10Mb tbrsize 12000 queue { blah ssh }
queue std bandwidth 10% cbq( borrow default )
queue ssh bandwidth 30% cbq( borrow ) { ssh2 }
queue ssh2 bandwidth 80%
queue blah cbq( default )
|