Cannot remove vmbr0 in the interface configuration

decibel83

Renowned Member
Oct 15, 2008
210
1
83
Hi.
In my interfaces configuration I have the vmbr0 interface, not setted up and not active, and without any bridge ports. If I try to remove it does not remove from the interface, and if I check in /etc/network/interfaces or /etc/network/interfaces.new there aren't any reference about the vmbr0 interface. "ifconfig vmbr0" returns that the interface does not exist, of course, and I cannot recreate it because the inteface tells me that it already exists...

How I can solve this removing and recreating the interface?

Thank you very much!
Bye.
 
Code:
pve1:~# cat /proc/net/dev
Inter-|   Receive                                                |  Transmit
 face |bytes    packets errs drop fifo frame compressed multicast|bytes    packets errs drop fifo colls carrier compressed
    lo:   50247     224    0    0    0     0          0         0    50247     224    0    0    0     0       0          0
  eth2:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
  eth0:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
  eth1:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
  eth3:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
  eth4:   55065     565    0    0    1     0          0         0    40962     269    0    0    0     0       0          0
  eth5:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0

The interfaces still does not let me to remove the vmbr0 interface.