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 <chout...@adacore.com>
> Signed-off-by: Corey Bryant <cor...@linux.vnet.ibm.com>
> ---
>  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