Re: [libvirt] [PATCH] esx: Implement interface driver

2012-08-09 Thread Matthias Bolte
2012/8/6 Michal Privoznik : > On 05.08.2012 22:10, Matthias Bolte wrote: >> Lists available PhysicalNic devices. A PhysicalNic is always active >> and can neither be defined nor undefined. >> >> A PhysicalNic is used to bridge a HostVirtualSwitch to the physical >> network. >> --- >> >> This implem

Re: [libvirt] [PATCH] esx: Implement interface driver

2012-08-06 Thread Michal Privoznik
On 05.08.2012 22:10, Matthias Bolte wrote: > Lists available PhysicalNic devices. A PhysicalNic is always active > and can neither be defined nor undefined. > > A PhysicalNic is used to bridge a HostVirtualSwitch to the physical > network. > --- > > This implementation differs from Ata's. It just

[libvirt] [PATCH] esx: Implement interface driver

2012-08-05 Thread Matthias Bolte
Lists available PhysicalNic devices. A PhysicalNic is always active and can neither be defined nor undefined. A PhysicalNic is used to bridge a HostVirtualSwitch to the physical network. --- This implementation differs from Ata's. It just lists PhysicalNics instead of listing HostVirtualNics as b