On Wed, Oct 16, 2013 at 11:04 AM, Norman Golisz <li...@zcat.de> wrote:
> On Wed Oct 16 2013 08:54, Johan Beisser wrote:
>> Or cam I still just do very basic priority queueing in 5.5?
>
> See pf.conf(5), 'set prio'. This doesn't even require you to define
> queues, etc.

Right. I guess if I want to define multiple queues for matching
traffic, I need to either redo the filter rules to use tagging*, or
simply do it per outbound bit of traffic.

The change is a pretty powerful one.

*
  match on FOO inet proto tcp from BAR to BAZ port {X,Y} tag PRIO_Z
  [...]
  pass out on egress tagged PRIO_X set prio 4
  pass out on egress tagged PRIO_Z set prio (3, 7)

Reply via email to