general/other virt-host-validate don't recognize if_tap module

I want to tryout virt-manager with bhyve. But it doesn't recognize the if_tap module.

Bash:
{beastie} @ FreeBaSeD-T430 > /home/beastie
 → kldstat -v | grep if
        398 if_lo
        402 if_vlan
        401 if_tap
        400 if_tun
        399 if_tuntap
        397 if_gif
         99 pci/if_ath_pci
        403 iflib
 8    1 0xffffffff82176000    180f0 if_lagg.ko (/boot/kernel/if_lagg.ko)
         10 if_lagg
 9    2 0xffffffff8218f000     3580 if_infiniband.ko (/boot/kernel/if_infiniband.ko)
          9 if_infiniband
26    1 0xffffffff82ee2000     7638 if_bridge.ko (/boot/kernel/if_bridge.ko)
        526 if_bridge

{beastie} @ FreeBaSeD-T430 > /home/beastie
 → doas virt-host-validate
 BHYVE: Checking for vmm module                                              : PASS
 BHYVE: Checking for if_tap module                                           : WARN (if_tap module is not loaded, networking will not work)
 BHYVE: Checking for if_bridge module                                        : PASS
 BHYVE: Checking for nmdm module                                             : PASS

How can I investigate further?
 
Back
Top