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