Re: [libvirt] [PATCH 2/4] virDomainInterfaceStats: Accept MAC address too

2017-10-13 Thread Michal Privoznik
On 10/13/2017 10:45 AM, John Ferlan wrote: > > > On 10/05/2017 10:18 AM, Michal Privoznik wrote: >> https://bugzilla.redhat.com/show_bug.cgi?id=1497396 >> >> The other APIs accept both, ifname and MAC address. There's no >> reason virDomainInterfaceStats can't do the same. >> >> Signed-off-by: Mi

Re: [libvirt] [PATCH 2/4] virDomainInterfaceStats: Accept MAC address too

2017-10-13 Thread John Ferlan
On 10/05/2017 10:18 AM, Michal Privoznik wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1497396 > > The other APIs accept both, ifname and MAC address. There's no > reason virDomainInterfaceStats can't do the same. > > Signed-off-by: Michal Privoznik > --- > include/libvirt/libvirt-doma

[libvirt] [PATCH 2/4] virDomainInterfaceStats: Accept MAC address too

2017-10-05 Thread Michal Privoznik
https://bugzilla.redhat.com/show_bug.cgi?id=1497396 The other APIs accept both, ifname and MAC address. There's no reason virDomainInterfaceStats can't do the same. Signed-off-by: Michal Privoznik --- include/libvirt/libvirt-domain.h | 2 +- src/driver-hypervisor.h | 2 +- src/libvir