]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: check newDef for used bridge names in addition to def
authorLaine Stump <laine@laine.org>
Fri, 24 Apr 2015 18:15:44 +0000 (14:15 -0400)
committerLaine Stump <laine@laine.org>
Tue, 28 Apr 2015 05:23:29 +0000 (01:23 -0400)
commit06313277f2628647e3d8dd403fe0d84548ec5aeb
tree27f6dd30a56b37090ed43b99d99659d666a39192
parent37b8bc6f12c92f38ffb64880860be87a0b1c020e
network: check newDef for used bridge names in addition to def

If someone has updated a network to change its bridge name, but the
network is still active (so that bridge name hasn't taken effect yet),
we still want to disallow another network from taking that new name.
src/conf/network_conf.c