[Bug 250875] net/vether-kmod fails to load

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 26 Jul 2025 15:55:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250875

--- Comment #19 from Herbert J. Skuhra <herbert@gojira.at> ---
Adding "#include <net/if_private.h>" to src/if_vether.c seems to resolve the
build issue. Similar was done in 4ca9ea9d4060a4a494456a0e56306bd508fe20e8 for
net/realtek-re-kmod.

tools/ifnet/convert_ifapi.sh fails to completly convert src/if_vether.c:

3 lines could not be converted to IFAPI:

grep -n IFAPI if_vether.c
250:        IFQ_DEQUEUE(&ifp->if_snd, m); /* XXX - IFAPI */
262:                if (ifp->if_bridge == NULL) /* XXX - IFAPI */
281:                    if_input(ifp, m); /* XXX - IFAPI */

-- 
You are receiving this mail because:
You are on the CC list for the bug.