]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: Implement virConnectSupportsFeature()
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 16 Mar 2021 09:32:59 +0000 (10:32 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 25 Mar 2021 09:10:14 +0000 (10:10 +0100)
commit94741bc53e9b9a405fae8f2e96b780c2891b2ff0
tree2da62a9309d29031047bd6d6eac847e68319d748
parent98e22ff7493ac920c5ebab63f07cfea7313fd610
network: Implement virConnectSupportsFeature()

So far, it was not needed, but shortly a client will want to know
whether virNetworkUpdate() API is fixed or not. See next commits
for more info.

Side note, this driver's implementation is called only when using
sub-driver's connection, i.e. "network:///system". For any other
URI the corresponding hypervisor's driver callback is called.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
src/network/bridge_driver.c