blob: 4cc69ac03566a75c0053c976b61bdbb29f109594 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# more complicated case to provoke queue id assignment errors:
# -differently named queues have same priority, must get different qids
# goes back to the historical queue ID assignment algorithm with priq
# was: qid = priority + 1
altq on lo0 tbrsize 1824 bandwidth 10Mb priq queue eins
queue eins priority 2 priq(default)
altq on tun1000000 tbrsize 1824 bandwidth 33600b priq queue zwei
queue zwei priority 2 priq(default)
|