VMware Fusion "The network bridge device on /dev/vmnet0 is not running" error

Yesterday one of my VMware virtual machines decided it wasn't a good day to connect to the internet and refused to use the macOS network bridge. When trying to enable the network bridge, I received the following error message:

The network bridge device on /dev/vmnet0 is not running

A quick online search revealed multiple solutions but most of them were targeting VMware 1.0. The error above in VMware 2.0 or greater can be easily fixed by typing the following command in the Terminal (thanks Aaron).

sudo /Library/Application Support/VMware Fusion/boot.sh --restart

After a few seconds your virtual machine should automatically reconnect through your macOS network bridge.