xref: /freebsd/sbin/pfctl/tests/files/pf1004.in (revision 5f4c09dd85bff675e0ca63c55ea3c517e0fddfcc)
1altq on em0 cbq(default codel) bandwidth 20Mb queue qmain
2queue qmain { q1 q2 }
3queue q1 priority 1 bandwidth 60%
4queue q2 priority 2 bandwidth 40%
5pass on em0 queue q1
6block on em0 queue q2
7