]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: move re-attach of bridge device out of network driver
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 1 Feb 2019 14:53:12 +0000 (14:53 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 18 Apr 2019 12:10:26 +0000 (13:10 +0100)
commitb806a60eaff1da0fee7a029206b757c5e6df48b0
treed9b38bd766b614b3c23fd9b5f9a48542df35d006
parent2f5e6502e34d9ddba596fa824b2f2f3504b34a99
network: move re-attach of bridge device out of network driver

During initial NIC setup the hypervisor drivers are responsible for
attaching the TAP device to the bridge device. Any fixup after libvirtd
restarts should thus also be their responsibility.

Reviewed-by: Laine Stump <laine@laine.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/network/bridge_driver.c