]> xenbits.xensource.com Git - libvirt.git/commit
network: implement virNetworkUpdate for bridge_driver
authorLaine Stump <laine@laine.org>
Sun, 16 Sep 2012 20:42:01 +0000 (16:42 -0400)
committerLaine Stump <laine@laine.org>
Tue, 18 Sep 2012 08:21:32 +0000 (04:21 -0400)
commitcd331650c03c6023c753c04f79c87d722b72d98c
tree7c75a6abc23e0f8f4eaeaef3a66e1bf340a6bd7b
parent1ce4922e720e125421b3f8061d0eb6fdd152c41a
network: implement virNetworkUpdate for bridge_driver

Call the network_conf function that modifies the live/persistent/both
config, then refresh/restart dnsmasq/radvd if necessary, and finally
save the config in the proper place(s).

This patch also needed to uncomment a few utility functions that were
added inside #if 0 in the previous commit (to avoid compiler errors
due to unreferenced static functions).
src/network/bridge_driver.c