Join multiple rules together? possible?
- 
 Hi, I'm trying to set up a chain of rules that would get matched under certain conditions. I.e. i have a floating rule that matches HTTP traffic and sets it's queue to qOthersHigh, then i want to have another floating rule that matches traffic originating from a LAN client and put that traffic into a limiter queue. Is this possible at all on pf 2.0? like having two floating rules complementing each other? Thanks 
- 
 Not sure if I get what you're really wanting there, but you can do something similar. Under the advanced options for rules, there are boxes to set a tag and match a tag. So you can have one rule set a tag on a rule, and then another rule that will match the flag so it only acts on traffic that was matched by the first rule. 
- 
 Great, will try that and post back, thanks a lot :) 
