xref: /freebsd/sbin/pfctl/tests/files/pf1004.in (revision a2aef24aa3c8458e4036735dd6928b4ef77294e5)
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