Re: [libvirt] [PATCH v3 2/4] qemu: introduce qemuARPGetInterfaces to get IP from host's arp table

2018-01-29 Thread Peter Krempa
On Mon, Jan 29, 2018 at 16:35:34 +0800, Chen Hanxiao wrote: > From: Chen Hanxiao > > introduce VIR_DOMAIN_INTERFACE_ADDRESSES_SRC_ARP to get ip address > of VM from the output of /proc/net/arp > > Signed-off-by: Chen Hanxiao > --- > v3: > add docs in virDomainInterfaceAddresses > remove err

[libvirt] [PATCH v3 2/4] qemu: introduce qemuARPGetInterfaces to get IP from host's arp table

2018-01-29 Thread Chen Hanxiao
From: Chen Hanxiao introduce VIR_DOMAIN_INTERFACE_ADDRESSES_SRC_ARP to get ip address of VM from the output of /proc/net/arp Signed-off-by: Chen Hanxiao --- v3: add docs in virDomainInterfaceAddresses remove error label show network interface which did not match the arp table include/li