blob: 502c205cabe236b2d62d603a71414790a855c967 (
plain)
1
2
3
4
5
6
7
8
|
# queue on two interfaces
altq on tun1000000 bandwidth 100Kb cbq queue { std ssh }
altq on tun1000001 bandwidth 10Mb cbq queue { blah ssh }
queue std bandwidth 20% cbq(borrow, default)
queue ssh bandwidth 30% cbq(borrow) { ssh2 }
queue ssh2 bandwidth 80%
queue blah bandwidth 60% cbq(default)
|