]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: move IP route & address object-related functions to virnetdevip.c
authorLaine Stump <laine@laine.org>
Tue, 14 Jun 2016 17:40:04 +0000 (13:40 -0400)
committerLaine Stump <laine@laine.org>
Sun, 26 Jun 2016 23:33:09 +0000 (19:33 -0400)
commitfa18e814ba8f46eb5fcbcec22e27b40e81da5d4c
tree2bb777b99bc6b0a1c4ebb896c0054baccd77aae5
parentcf0568b0af4ef4f903da1b184fc9b232c6f29457
util: move IP route & address object-related functions to virnetdevip.c

These functions all need to be called from a utility function that
must be located in the util directory, so we move them all into
util/virnetdevip.[ch] now that it exists.

Function and struct names were appropriately changed for the new
location, but all code is unchanged aside from motion and renaming.
13 files changed:
src/conf/domain_conf.c
src/conf/domain_conf.h
src/conf/network_conf.c
src/conf/network_conf.h
src/conf/networkcommon_conf.c
src/conf/networkcommon_conf.h
src/libvirt_private.syms
src/lxc/lxc_container.c
src/lxc/lxc_native.c
src/network/bridge_driver.c
src/network/bridge_driver_linux.c
src/util/virnetdevip.c
src/util/virnetdevip.h