On 01/17/2013 11:47 AM, Eric Blake wrote:
On 01/16/2013 10:53 AM, Laine Stump wrote:
> The bandwidth plug and unplug functions were assuming that an
> interface's bandwidth setting was always specified directly in the
> domain's <interface> definition, but that's not necessarily true - it
> could have been obtained from a <portgroup> definition in the network
> definition. This patch fixes those functions to use
> virDomainNetGetActualBandwidth(), which gets the bandwidth pointer
> from iface->data.network.actual if it exists, otherwise returns
> iface->bandwidth.
> ---
> src/network/bridge_driver.c | 19 +++++++++----------
> 1 file changed, 9 insertions(+), 10 deletions(-)
ACK.
Pushed. Thanks!