qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] net: Add interface to bridge when SIOCBRADDIF i


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH] net: Add interface to bridge when SIOCBRADDIF isn't available
Date: Tue, 24 Jul 2012 17:03:00 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Jul 12, 2012 at 09:24:31AM -0400, Corey Bryant wrote:
> The bridge helper uses the SIOCBRADDIF ioctl to add an inteface to
> a bridge.  SIOCBRADDIF is not available on old Linux versions.  This
> patch adds support to use the SIOCDEVPRIVATE ioctl with BRCTL_ADD_IF
> if SIOCBRADDIF is not available.
> 
> Reported-by: Fabien Chouteau <address@hidden>
> Signed-off-by: Corey Bryant <address@hidden>
> ---
>  qemu-bridge-helper.c |   24 +++++++++++++++++++++---
>  1 file changed, 21 insertions(+), 3 deletions(-)

Thanks, applied to the net tree:
https://github.com/stefanha/qemu/commits/net

(Not pushed yet but will be available there once the existing net pull
request is merged.)

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]