K 10 svn:author V 7 git2svn K 8 svn:date V 27 2021-01-14T10:53:31.755163Z K 7 svn:log V 637 pfctl: Another set skip fix When retrieving the list of group members we cannot simply use ifa_lookup(), because it expects the interface to have an IP (v4 or v6) address. This means that interfaces with no address are not found. This presents as interfacing being alternately marked as skip and not whenever the rules are re-loaded. Happily we only need to fix ifa_grouplookup(). Teach it to also accept AF_LINK (i.e. interface) node_hosts. PR: 250994 MFC after: 3 days (cherry picked from commit 0c156a3c32cd0d9168570da5686ddc96abcbbc5a) Git Hash: f9b0587dc2f98800f9f72944fd66a695200c554b Git Author: kp@FreeBSD.org END