From e530940e472ad94b99e29bc384dbce7a66da833c Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Mon, 22 Feb 2010 16:39:55 -0500 Subject: [PATCH] docs: network: Document element --- docs/formatnetwork.html.in | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.47.2