churchers / vm-bhyve

Shell based, minimal dependency bhyve manager
BSD 2-Clause "Simplified" License
840 stars 181 forks source link

bridge not marked as up #532

Open duskmoss opened 1 year ago

duskmoss commented 1 year ago

I was having issues with a vm guest not having internet access and realized the bridge was not up. Once ifconfig vm-public up everything was working. I don't see anywhere in code where this should be called on a quick glance.