K 10 svn:author V 2 kp K 8 svn:date V 27 2016-08-08T19:44:13.200861Z K 7 svn:log V 312 MFC r290521: 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