David H. Gutteridge
David H. Gutteridge
Provide test_files content in the distribution so downstream packagers sourcing from PyPI can run all tests successfully. While here, also note Python 3.6 support, since that's what I'm using it...
Presently, if_npflog.h has a _KERNEL guard on it: https://github.com/rmind/npf/blob/2efbe2828bc507896248598ffb1026653cbfed2c/src/kern/if_npflog.h#L28C1-L30C7 In discussion with other NetBSD developers, we weren't sure why that was, and there was a suggestion to simply remove it....
Mentioning an item for future considerations when syncing with NetBSD sources. We had a PR [(57441)](http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=57441) about not having an npflog(4) man page, so I added one. I've placed the...