[libvirt] [PATCH 3/7] parallels: better bridge network interface support

Michal Privoznik mprivozn at redhat.com
Tue Mar 17 14:14:59 UTC 2015


On 13.03.2015 16:52, Maxim Nestratov wrote:
> In order to support 'bridge' network adapters in parallels
> driver we need to plug our veth devices into corresponding
> linux bridges.
> We are going to do this by reusing our abstraction of
> Virtual Networks in terms of PCS. On a domain creation, we
> create a new Virtual Network naming it with the same name
> as a source bridge for each network  interface.
> Having done this, we plug PCS veth interfaces created with names of
> target dev into specified bridges using our standard PCS procedures
> 
> Signed-off-by: Maxim Nestratov <mnestratov at parallels.com>
> ---
>  src/parallels/parallels_sdk.c |   99 +++++++++++++++++++++++++++++++++++-----
>  1 files changed, 86 insertions(+), 13 deletions(-)

ACK

Michal




More information about the libvir-list mailing list