Vagrant: Error while activating network: Call to virNetworkCreate failed: internal error: Network is already in use by interface

Network is already in use by interface Threw me for a minute. The issue was that an IP address specified in the Vagrant file was in use by the host i was using. Changed the IP's in the vagrant file.. Problem solved

 1==> worker1: An error occurred. The error will be shown after all tasks complete.
 2An error occurred while executing multiple actions in parallel.
 3Any errors that occurred are shown below.
 4An error occurred while executing the action on the 'central'
 5machine. Please handle this error then try again:
 6Error while activating network: Call to virNetworkCreate failed: internal error: Network is already in use by interface br0.
 7An error occurred while executing the action on the 'worker1'<
 8machine. Please handle this error then try again:
 9Error while activating network: Call to virNetworkCreate failed: internal error: Network is already in use by interface br0.<
10An error occurred while executing the action on the 'worker2'
11machine. Please handle this error then try again: