mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Allow custom metadata in network configuration XML
This replicates the metadata field found in the domain configuration
and adds it to the network configuration XML.
This commit is contained in:
committed by
Laine Stump
parent
b874f26b8b
commit
47a0866bce
@@ -153,6 +153,7 @@ mymain(void)
|
||||
DO_TEST("host-bridge-no-flood");
|
||||
DO_TEST_PARSE_ERROR("hostdev-duplicate");
|
||||
DO_TEST_PARSE_ERROR("passthrough-duplicate");
|
||||
DO_TEST("metadata");
|
||||
|
||||
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user