]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: network: Document <domain> element
authorCole Robinson <crobinso@redhat.com>
Mon, 22 Feb 2010 21:39:55 +0000 (16:39 -0500)
committerCole Robinson <crobinso@redhat.com>
Tue, 23 Feb 2010 14:44:40 +0000 (09:44 -0500)
docs/formatnetwork.html.in

index 36c005361945808746e0a102a8f9e30451165020..7a245186b47fba7b6ff8869112ee4e225963563b 100644 (file)
@@ -58,6 +58,7 @@
     <pre>
         ...
         &lt;bridge name="virbr0" stp="on" delay="5"/&gt;
+        &lt;domain name="example"/&gt;
         &lt;forward mode="nat" dev="eth0"/&gt;
         ...</pre>
 
         the bridge's forward delay value in seconds (default is 0).
         <span class="since">Since 0.3.0</span>
       </dd>
+      <dt><code>domain</code></dt>
+      <dd>
+        The <code>name</code> attribute on the <code>domain</code> element
+        defines the DNS domain of the DHCP server. This element is optional.
+        <span class="since">Since 0.4.5</span>
+      </dd>
       <dt><code>forward</code></dt>
       <dd>Inclusion of the <code>forward</code> element indicates that
         the virtual network is to be connected to the physical LAN. If