On 04/08/2015 11:35 PM, 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
Oh, thanks a lot for your help, i was hesitating if i need give a new
version :)
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(-)
Luyao