Sometimes stale networks can hang around in libvirt. If rvn tries to create a network with the same name, errors ensue. A typical symptom is the network '<name>' does not have a bridge name libvirt error. Raven should do one of the following
- proactively delete any network with the same name
- give an error that shows this particular issue is in play and provide an optional flag such as
-force to clobber the resident network.
Sometimes stale networks can hang around in libvirt. If rvn tries to create a network with the same name, errors ensue. A typical symptom is the
network '<name>' does not have a bridge namelibvirt error. Raven should do one of the following-forceto clobber the resident network.