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