
On 06/22/2016 01:37 PM, Laine Stump wrote:
This patch splits virnetdev.[ch] into multiple files, with the new virnetdevip.[ch] containing all the functions related to setting and retrieving IP-related info for a device (both addresses and routes). --- po/POTFILES.in | 1 + src/Makefile.am | 1 + src/libvirt_private.syms | 13 +- src/lxc/lxc_container.c | 14 +- src/network/bridge_driver.c | 15 +- src/util/virnetdev.c | 711 ---------------------------------------- src/util/virnetdevip.c | 778 ++++++++++++++++++++++++++++++++++++++++++++ src/util/virnetdevip.h | 50 +++ 8 files changed, 853 insertions(+), 730 deletions(-) create mode 100644 src/util/virnetdevip.c create mode 100644 src/util/virnetdevip.h
Seems to be a very faithful move and rename. ACK John