https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287405
--- Comment #2 from Alastair Hogge <a...@riseup.net> --- Heyo Two questions: 1) /sys/net/pfvar.h[1] is meant to be part of OpenBSD's (now FreeBSD's unique fork) pf, and is still installed regardless of WITHOUT_PF? 2) The netpfil kernel system does not have the required abstractions for dnsmasq to build successfully without pf? I noticed that NetBSD also has dnsmasq in pkgsrc[2], however, they recommended using npf (NetBSD's awesome, fully organic, animal friendly, and locally grown pf) over OpenBSD's pf. The only occurrence of <net/pfvar.h> in the dnsmasq code, is in src/tables.c[2], Thanks for the PR triage. 1: https://codeberg.org/FreeBSD/freebsd-src/src/commit/09545628f0cd58406a47f302fb8584a5292d4b1a/sys/net/pfvar.h 2: https://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/net/dnsmasq/Makefile?rev=1.53 3: https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob;f=src/tables.c;h=ccfe9ed0419a3f86017c0fb07c14caa1f467a11a;hb=HEAD#l30 -- You are receiving this mail because: You are the assignee for the bug.