skipto keyword in pf

2013-05-01 Thread Nomad Esst
Hi list I have been using IPFW for years, now because of some reasons I'm migrating to PF. In IPFW we can use the "skipto" keyword in order to change the order of checking the rules. How can I do this in PF? Another one, is it possible to filter in/out coming traffic according to the source/dest

Re: skipto keyword in pf

2013-05-01 Thread David DeSimone
Nomad Esst wrote: > > I have been using IPFW for years, now because of some reasons I'm > migrating to PF. In IPFW we can use the "skipto" keyword in order to > change the order of checking the rules. How can I do this in PF? PF processes rules from top to bottom for every packet, only aborting

Re: skipto keyword in pf

2013-05-01 Thread Nomad Esst
>> I have been using IPFW for years, now because of some reasons I'm >> migrating to PF.  In IPFW we can use the "skipto" keyword in order to >> change the order of checking the rules.  How can I do this in PF? >PF processes rules from top to bottom for every packet, only aborting >the rule evalu