]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: Taint networks that are using hook script
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 4 Feb 2014 16:36:54 +0000 (17:36 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 18 Feb 2014 13:46:49 +0000 (14:46 +0100)
commit9de7309125d644360b59b84e40cf40c031b09b3d
tree7f36978fa8b50adb5bcf5c957d4d66ccdd00db5c
parentf1ab06e43da7a892b499479aa7a7f9407fc0d917
network: Taint networks that are using hook script

Basically, the idea is copied from domain code, where tainting
exists for a while. Currently, only one taint reason exists -
VIR_NETWORK_TAINT_HOOK to mark those networks which caused invoking
of hook script.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/network_conf.c
src/conf/network_conf.h
src/libvirt_private.syms
src/network/bridge_driver.c