]> xenbits.xensource.com Git - libvirt.git/commit
Allow custom metadata in network configuration XML
authorBrandon Bennett <bbennett@fb.com>
Wed, 22 Jun 2016 22:05:50 +0000 (16:05 -0600)
committerLaine Stump <laine@laine.org>
Fri, 1 Jul 2016 17:05:25 +0000 (13:05 -0400)
commit47a0866bce7fdb1287ad451b6fec5ae6d27affbc
tree2aae43da233a52dd02b97b18bd22c59ce8ed529d
parentb874f26b8b253c823c29a4d9ccba2c20fb41b014
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.
docs/formatnetwork.html.in
docs/schemas/basictypes.rng
docs/schemas/domaincommon.rng
docs/schemas/network.rng
src/conf/network_conf.c
src/conf/network_conf.h
tests/networkxml2xmlin/metadata.xml [new file with mode: 0644]
tests/networkxml2xmlout/metadata.xml [new file with mode: 0644]
tests/networkxml2xmltest.c