blob: 553d5aef41f818787b89219216d0f91869afa15a (
plain)
1
2
3
4
5
6
7
8
9
10
|
# verify the queue IDs on the rules are set correctly
altq on lo0 tbrsize 1824 priq bandwidth 10Mb queue { praise wim hi }
queue praise priq(default)
queue wim priority 15
queue hi priority 7
pass in on lo0 proto tcp to port 22 keep state queue(hi wim)
pass in proto tcp to port 22 keep state queue(hi wim)
pass in proto tcp to port 22 keep state queue wim
pass in proto tcp to port 25 keep state queue praise
|