When I remove the "device bpf" from the kernel configuration the resulting "make buildkernel KERNCONF=XXX" fails to compile in module lmc, source file if_lmc.c The problem seems to be that DEV_BPF is not defined, but this is not tested for.
On 09/30/2016 16:19, Dave Mischler wrote:> When I remove the "device bpf" from the kernel configuration the > resulting "make buildkernel KERNCONF=XXX" fails to compile in module > lmc, source file if_lmc.c > > The problem seems to be that DEV_BPF is not defined, but this is not > tested for.Thanks for the report. I just fixed it in head. I'll merge it to stable/11 in a few days. https://svnweb.freebsd.org/changeset/base/306567 Cheers, Eric