I want to remove a un-use network interface on Ubuntu 11.10 desktop but failed.
virbr0 Link encap:Ethernet HWaddr 16:13:97:0c:0f:4f
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:19 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:4800 (4.8 KB)
me@linux:~$ sudo ifconfig virbr0 down
me@linux:~$ sudo ifconfig virbr0 unplumb
unplumb: Unknown host
ifconfig: `--help' gives usage information.
unplumb seem usable in Solaris but not in Ubuntu. Any idea?