diff --git a/src/network/bridge_driver.c b/src/network/bridge_driver.c index f57c4003d7..c343e5bdd2 100644 --- a/src/network/bridge_driver.c +++ b/src/network/bridge_driver.c @@ -4960,9 +4960,6 @@ networkBandwidthGenericChecks(virDomainNetDefPtr iface, virNetDevBandwidthPtr ifaceBand; unsigned long long old_floor, new_floor; - if (!iface && !newBandwidth) - return false; - if (virDomainNetGetActualType(iface) != VIR_DOMAIN_NET_TYPE_NETWORK) { /* This is not an interface that's plugged into a network. * We don't care. Thus from our POV bandwidth change is allowed. */