]> git.ipfire.org Git - thirdparty/libvirt.git/commit
src: add driver support for networkCreateXMLFlags()
authorKristina Hanicova <khanicov@redhat.com>
Wed, 15 Sep 2021 11:07:28 +0000 (13:07 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 16 Sep 2021 14:26:18 +0000 (16:26 +0200)
commit00182251d0d007972ad9178d3a7984f95fd7690b
tree9b828aa55d26e9f477b70b5472731767252f6d1b
parent6a0a2840cf93a5dd6fd7f58d473f9e99e48b62a1
src: add driver support for networkCreateXMLFlags()

I added new driver functions to handle creating network with
given flags. I also replaced definitions of the functions without
flags with function calls to the new ones.

Signed-off-by: Kristina Hanicova <khanicov@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/network/bridge_driver.c
src/test/test_driver.c
src/vbox/vbox_network.c