diff --git a/docs/formatnetwork.html.in b/docs/formatnetwork.html.in index 36c005361945808746e0a102a8f9e30451165020..7a245186b47fba7b6ff8869112ee4e225963563b 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