blob: 027cb3cefc8e2ab83249dc39bf96a182f5913a25 (
plain)
1
2
3
4
5
6
7
8
9
|
# test require-order
pass in on lo0 all
set require-order no
nat on lo0 from any to any -> 127.0.0.1
altq on lo0 tbrsize 1824 cbq bandwidth 10Mb queue { toad, frog }
queue toad bandwidth 1Mb
queue frog bandwidth 90% cbq(default)
|