blob: 2bf5fb2606b9b8fab8dd471c836b7fb8a7784771 (
plain)
1
2
3
4
5
6
7
|
# test two different named queues don't get the same qid on different interfaces
altq on lo0 tbrsize 1824 bandwidth 10Mb cbq queue { bloody germans }
altq on tun0 tbrsize 1824 bandwidth 10Mb cbq queue { bloody toads }
queue bloody cbq(default) bandwidth 50%
queue germans bandwidth 50%
queue toads bandwidth 50%
|