Am Tue, 30 Sep 2008 10:53:05 +0200 schrieb [EMAIL PROTECTED]: > Am Mon, 29 Sep 2008 15:29:08 -0400 > schrieb "(private) HKS" <[EMAIL PROTECTED]>: > > > If the following two rules apply to a given packet in the order > > shown, will the packet be queued? > > > > pass in on $int_if from 10.0.0.1 queue tens > > pass in on $int_if > > > > I've not been able to find a clear answer in pf.conf(5) or the > > online PF documentation. If I overlooked it, please let me know. > > Thanks in advance for the help. > > > > -HKS > > imho normally this packet wouldn't be queued because the last count > matches the packet so the last rule applies: > > from man pf.conf: > > "For each packet processed by the packet filter, the filter rules > are evaluated in sequential order, from first to last. The last > matching rule decides what action is taken. If no rule matches the > packet, the default action is to pass the packet." > > uw > > [demime 1.01d removed an attachment of type application/pgp-signature > which had a name of signature.asc] >
on the other hand: "During the filtering component of pf.conf, the last referenced queue name is where any packets from pass rules will be queued..." that means because of the sequential order that the packet should be queued imho.