]> git.ipfire.org Git - thirdparty/libvirt.git/commit
schema: fix some problems in network/interface schemas
authorLaine Stump <laine@laine.org>
Sun, 12 Aug 2012 16:01:32 +0000 (12:01 -0400)
committerLaine Stump <laine@laine.org>
Wed, 15 Aug 2012 17:10:57 +0000 (13:10 -0400)
commite4a199a1af85e075a62e2574ceca656356990a9a
treed88e1f9c73eeed09f9c5436e8cf41cd0278cd327
parent5faff3d3fd2997634b210f6803604e1df2a83c55
schema: fix some problems in network/interface schemas

<portgroup> allows a <bandwidth> element, but the schema didn't have
this. Since this makes for multiple elements in portgroup, they must
be interleaved.

<interface type='bridge'> needs to allow <virtualport> elements
for openvswitch, but the schema didn't allow this.
docs/schemas/domaincommon.rng
docs/schemas/network.rng