On Tue, 2007-07-24 at 01:10 +0100, Daniel P. Berrange wrote:
Yes, the networking XML is a missing bit of the websites. The
following
snippet illustrates all the important constructs:
<network>
<name>default</name>
<bridge name="virbr0" />
<forward/>
<ip address="192.168.122.1" netmask="255.255.255.0">
<dhcp>
<range start="192.168.122.2" end="192.168.122.254" />
</dhcp>
</ip>
</network>
A whiel ago, I wrote a very basic, but commented, relax-ng schema[1] for
the network XML; seems that somehow fell through the cracks.
David
[1]
https://www.redhat.com/archives/libvir-list/2007-April/msg00181.html