On 2/10/06, Travis H. <[EMAIL PROTECTED]> wrote: > On 2/7/06, Daniel Hartmeier <[EMAIL PROTECTED]> wrote: > > > Also, what happens when a packet matches several queue assignments and > > > I'm not using the QUICK modifier in the rule? Is it last match wins? > > > I'm migrating from ipfw which is based on first match wins. > > > > No, only the last-matching rule's queue option matters. If any other > > rules matched earlier, those rules' queue options don't matter at all. > > If there is no queue option on the last match, does the previous > match's queue option still apply? That is, is it sticky?
No, it's not sticky. Tags however are and can be quite useful :) > It would be nice if it was, so we could assign queues independently of > pass/block. We do this in pfSense, but it involves a little magic with quick, tags, and anchors. It's certainly not pretty and I wouldn't suggest doing it by hand. --Bill
