]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: Replace virNetDevGetIPv4Address with virNetDevGetIPAddress
authorJohn Ferlan <jferlan@redhat.com>
Tue, 10 Mar 2015 00:04:57 +0000 (20:04 -0400)
committerJán Tomko <jtomko@redhat.com>
Fri, 10 Apr 2015 13:01:17 +0000 (15:01 +0200)
commit61fee39967d078b0cc6efca15ece0f252f0f3bc3
tree883409b744811184600748423aa1642a9ba00904
parent2027045f8ac7d76afb66147e60f0d2f1d426e951
util: Replace virNetDevGetIPv4Address with virNetDevGetIPAddress

Rename it to virNetDevGetIPv4AddressIoctl and make
virNetDevGetIPAddress a wrapper around it, allowing
other ways of getting the address to be implemented,
and still falling back to the old method.

Signed-off-by: John Ferlan <jferlan@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/libvirt_private.syms
src/network/bridge_driver.c
src/util/virnetdev.c
src/util/virnetdev.h