]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: Add missed RNG schema for interface
authorOsier Yang <jyang@redhat.com>
Mon, 16 Jan 2012 14:08:07 +0000 (22:08 +0800)
committerOsier Yang <jyang@redhat.com>
Tue, 17 Jan 2012 09:09:47 +0000 (17:09 +0800)
commita5f8a01abb602d187528c9917d19e7771ab06482
treebf538db6d631f6f99d5ed771f8ce653e7d8e5b46
parent9a070e8341d807bad353abe1215ea18ad216fec3
docs: Add missed RNG schema for interface

We support <interface> of type "mcast", "server", and "client",
but the RNG schema for them are missed. Attribute "address" is
optional for "server" type. And these 3 types support
<mac address='MAC'/>, too.
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
tests/qemuxml2argvdata/qemuxml2argv-net-client.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-net-client.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-net-mcast.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-net-mcast.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-net-server.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-net-server.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c