]> xenbits.xensource.com Git - libvirt.git/commit
network: Introduce network hooks
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 31 Jan 2014 15:48:06 +0000 (16:48 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 18 Feb 2014 13:46:49 +0000 (14:46 +0100)
commitf1ab06e43da7a892b499479aa7a7f9407fc0d917
treec4c37c8270fa81739f5d085c9c9ae2825b7b63cb
parente0a31274ec74fb2d77c40a489d26799c0965a198
network: Introduce network hooks

There might be some use cases, where user wants to prepare the host or
its environment prior to starting a network and do some cleanup after
the network has been shut down. Consider all the functionality that
libvirt doesn't currently have as an example what a hook script can
possibly do.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
docs/hooks.html.in
src/lxc/lxc_driver.c
src/lxc/lxc_process.c
src/network/bridge_driver.c
src/network/bridge_driver.h
src/qemu/qemu_command.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_process.c
src/util/virhook.c
src/util/virhook.h