K 10 svn:author V 2 kp K 8 svn:date V 27 2015-11-07T23:51:42.561117Z K 7 svn:log V 298 pf: Fix broken rule skip calculation r289932 accidentally broke the rule skip calculation. The address family argument to PF_ANEQ() is now important, and because it was set to 0 the macro always evaluated to false. This resulted in incorrect skip values, which in turn broke the rule evaluations. END