[libvirt] [PATCH 1/2] virnetdev: stub virNetDev{Add, Del}Multi on FreeBSD

Roman Bogorodskiy bogorodskiy at gmail.com
Thu Oct 30 05:59:07 UTC 2014


  John Ferlan wrote:

> On 10/29/2014 02:20 PM, Roman Bogorodskiy wrote:
> > Currently, build fails on FreeBSD because its struct ifreq does not
> > have ifr_hwaddr member. In order to fix that, check if this member
> > is present, otherwise fall back to the stub version of the
> > virNetDev{Add,Del}Multi functions.
> > ---
> >  configure.ac         | 3 ++-
> >  src/util/virnetdev.c | 6 ++++--
> >  2 files changed, 6 insertions(+), 3 deletions(-)
> > 
> 
> Looks reasonable to me and since it fixes the build on FreeBSD...
> 
> ACK

Pushed, thanks!

Roman Bogorodskiy




More information about the libvir-list mailing list