]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: Don't check if network is active in networkShutdownNetwork
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 2 Sep 2024 07:33:05 +0000 (09:33 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 17 Sep 2024 07:40:35 +0000 (09:40 +0200)
commit0e43cb09eeb267dbd5754de9b323920f3cfefd16
tree94089d5b6d709e0a96ea4033f9f2b371aec8f869
parent3e43670f01b265bedca0b2e2de1c652c4056fcdc
network: Don't check if network is active in networkShutdownNetwork

It skips the cleanup from networkStartNetwork and the only other path
already checks if the network is active or not.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
src/network/bridge_driver.c