Hi, looks like a long due change switch to default on current: if_ixl.c:812:14: error: incomplete definition of type 'struct ifnet' 812 | if (vsi->ifp->if_vlantrunk != NULL) { | ~~~~~~~~^ /usr/src/sys/sys/mbuf.h:139:9: note: forward declaration of 'struct ifnet' 139 | struct ifnet *ifp; /* network interface tag belongs to */ | ^ if_ixl.c:837:14: error: incomplete definition of type 'struct ifnet' 837 | if (vsi->ifp->if_drv_flags & IFF_DRV_RUNNING) | ~~~~~~~~^ /usr/src/sys/sys/mbuf.h:139:9: note: forward declaration of 'struct ifnet' 139 | struct ifnet *ifp; /* network interface tag belongs to */ | ^ 2 errors generated. *** Error code 1