Problem
The virbr0
and virbr0-nic
interface is not auto removed after the kvm uninstall on my system, and bugs me every time I list the interfaces.
Solution
- List teh network setup
1 2 3 4
| Name State Autostart Persistent ---------------------------------------------------------- default active yes yes
|
- Destroy the network default.
1 2
| Network default destroyed
|
- Permanently remove the default vitual network from the configuration.
1 2
| Network default has been undefined
|
Reference