]> xenbits.xensource.com Git - libvirt.git/commit
Move code related to network routes to networkcommon_conf.[ch]
authorCédric Bosdonnat <cbosdonnat@suse.com>
Wed, 14 Jan 2015 13:21:10 +0000 (14:21 +0100)
committerCédric Bosdonnat <cbosdonnat@suse.com>
Fri, 16 Jan 2015 09:14:03 +0000 (10:14 +0100)
commitca481a6f8f230f41a93a296dc8ee50398bb50ed4
tree613043ac8d524c777b3cf50ea5045c6611961946
parent2fc7e4a25a4ca72bce4dae7452531e43ecf80d89
Move code related to network routes to networkcommon_conf.[ch]

Moving code for parsing and formatting network routes to
networkcommon_conf helps reusing those routes for domains. The route
definition has been hidden to help reducing the number of unnecessary
checks in the format function.
po/POTFILES.in
src/Makefile.am
src/conf/network_conf.c
src/conf/network_conf.h
src/conf/networkcommon_conf.c [new file with mode: 0644]
src/conf/networkcommon_conf.h [new file with mode: 0644]
src/libvirt_private.syms
src/network/bridge_driver.c