HomeFreeBSD

MFC r290521:

Description

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.

Details

Provenance
kpAuthored on
Parents
rS303849: MFC r303650:
Branches
Unknown
Tags
Unknown