]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: add missing bandwidth limits for bridge forward type
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 20 Nov 2018 11:30:05 +0000 (11:30 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 16 Apr 2019 13:44:53 +0000 (14:44 +0100)
commit42a92ee93d5432ebd9ebfd409903b5287fc7d7ff
tree18087ba245d2bf691414d55479b2c3259ecd57d0
parentbbe2aa627f621e6749af374b22856184d1f351dc
network: add missing bandwidth limits for bridge forward type

In the case of a network with forward=bridge, which has a bridge device
listed, we are capable of setting bandwidth limits but fail to call the
function to register them.

Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/conf/domain_conf.c
src/network/bridge_driver.c