]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: drop back compat code loading actual bridge name
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 2 Apr 2019 17:18:40 +0000 (18:18 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 16 Apr 2019 13:44:53 +0000 (14:44 +0100)
commit43c402aa1604e25ea611b7eeb70d295633b8ed73
tree3471e88e9b71276a6e0ad5bbfa8765e880002f3d
parente1d10f8ef214e241e7aaf5d2177bd4c7b61a175f
network: drop back compat code loading actual bridge name

The actual network def was updated to save the bridge name back
in 1.2.11:

  commit a3609121799d44898a3e0d0bf92b755e55e7b418
  Author: Laine Stump <laine@laine.org>
  Date:   Fri Nov 21 12:20:37 2014 -0500

    network: save bridge name in ActualNetDef when actualType==network too

The chance that someone is running libvirt < 1.2.11 and wants
todo a live upgrade to 5.3.0 without a host reboot is essentially
zero. We can thus reasonably drop the back compat code now.

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