[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH qemu v2] tap: Allow specifying a bridge
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH qemu v2] tap: Allow specifying a bridge |
Date: |
Wed, 14 Sep 2016 23:04:56 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
On 13/09/2016 09:11, Alexey Kardashevskiy wrote:
> The tap backend is already using qemu-bridge-helper to attach tap
> interface to a bridge but (unlike the bridge backend) it always uses
> the default bridge name - br0.
>
> This adds a "br" property support to the tap backend.
>
> Signed-off-by: Alexey Kardashevskiy <address@hidden>
Stupid question ahead: how does -netdev bridge compare to -netdev tap
after this patch? Is there a case left where you must use -netdev bridge?
Or can we make -netdev bridge a synonym for "-netdev
tap,helper=/default/path/to/helper"?
Thanks,
Paolo