blob: 97128b09d07ea716e54aff1abb687c0c175bc865 (
plain)
1
2
3
4
5
6
7
8
|
# queuespec limited to interface(s): negation
altq on { ppp0 ppp1 tun0 tun1 } priq bandwidth 10Mb queue { one two }
queue one priority 1 priq(default)
queue two on ppp0 priority 15
queue two on ! ppp0 priority 0
|