blob: 93e707e89592289b504b7c2e96b1eb20bb9819c2 (
plain)
1
2
3
4
5
6
7
|
# queuespec limited to interface(s)
altq on { tun1000000 tun1000001 } priq bandwidth 10Mb queue { one two }
queue one priority 1 priq(default)
queue two on tun1000000 priority 15
queue two on tun1000001 priority 0
|