From: Cole Robinson Date: Mon, 22 Feb 2010 21:39:55 +0000 (-0500) Subject: docs: network: Document element X-Git-Tag: v0.7.7~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e530940e472ad94b99e29bc384dbce7a66da833c;p=thirdparty%2Flibvirt.git docs: network: Document element --- diff --git a/docs/formatnetwork.html.in b/docs/formatnetwork.html.in index 36c0053619..7a245186b4 100644 --- a/docs/formatnetwork.html.in +++ b/docs/formatnetwork.html.in @@ -58,6 +58,7 @@
         ...
         <bridge name="virbr0" stp="on" delay="5"/>
+        <domain name="example"/>
         <forward mode="nat" dev="eth0"/>
         ...
@@ -76,6 +77,12 @@ the bridge's forward delay value in seconds (default is 0). Since 0.3.0 +
domain
+
+ The name attribute on the domain element + defines the DNS domain of the DHCP server. This element is optional. + Since 0.4.5 +
forward
Inclusion of the forward element indicates that the virtual network is to be connected to the physical LAN. If