
On 04/08/2015 11:35 AM, Ján Tomko wrote:
v1: https://www.redhat.com/archives/libvir-list/2015-February/msg00442.html v2: https://www.redhat.com/archives/libvir-list/2015-February/msg01228.html v3: https://www.redhat.com/archives/libvir-list/2015-March/msg00423.html changes in v4: * remove the family attribute and just return the first IP address * rename virNetDevGetIPv4Address to virNetDevGetIPv4AddressIoctl
John Ferlan (1): util: Replace virNetDevGetIPv4Address with virNetDevGetIPAddress
Ján Tomko (1): Support IPv6 in networkGetNetworkAddress
Luyao Huang (1): util: Update virNetDevGetIPAddress to get IPv6 addresses
src/libvirt_private.syms | 2 +- src/network/bridge_driver.c | 11 ++-- src/util/virnetdev.c | 119 +++++++++++++++++++++++++++++++++++++++----- src/util/virnetdev.h | 2 +- 4 files changed, 114 insertions(+), 20 deletions(-)
ACK series - John Thanks for picking this up - it was in my list but didn't rotate back to it yet...