Solved bhyve vm start/stop causes lan interface to up/down

I'm using vm to manage virtual machines under FreeBSD-13.0.
Start/stop of vm causes this:

Code:
Jul  3 23:33:15 proviant kernel: tap0: link state changed to DOWN
Jul  3 23:33:16 proviant kernel: igb0: link state changed to DOWN
Jul  3 23:33:16 proviant kernel: gsm: link state changed to DOWN
Jul  3 23:33:16 proviant kernel: service: link state changed to DOWN
Jul  3 23:33:16 proviant kernel: guest: link state changed to DOWN
Jul  3 23:33:20 proviant kernel: igb0: link state changed to UP
Jul  3 23:33:20 proviant kernel: gsm: link state changed to UP
Jul  3 23:33:20 proviant kernel: service: link state changed to UP
Jul  3 23:33:20 proviant kernel: guest: link state changed to UP

Is there any way to fix it?

UPD: found this https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249427
 
Back
Top