]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
make the <dhcp> element optional in network.rng
authorLaine Stump <laine@laine.org>
Thu, 16 Dec 2010 17:36:19 +0000 (12:36 -0500)
committerLaine Stump <laine@laine.org>
Thu, 23 Dec 2010 20:53:44 +0000 (15:53 -0500)
commit008abeeeb9ffb0008433eb9933c0dc2263b75ac5
treeaed1c6315950874f5a82d824f40271977f354995
parent20718b8bcbb0c1a15ca96083d2636a2445dde291
make the <dhcp> element optional in network.rng

In practice this has always been optional, but the RNG has shown it as
mandatory, and since all the examples for make check had it, it was
never noticed. One of the existing test cases has been changed to
check for this.

I also noticed that the dhcp/host/ip was still defined as <text/>,
but should really be <ref name='ipv4-addr'/>
docs/schemas/network.rng
tests/networkxml2xmlin/routed-network.xml
tests/networkxml2xmlout/routed-network.xml