mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
docs: network: Document <domain> element
This commit is contained in:
parent
f51e01f47d
commit
e530940e47
@ -58,6 +58,7 @@
|
|||||||
<pre>
|
<pre>
|
||||||
...
|
...
|
||||||
<bridge name="virbr0" stp="on" delay="5"/>
|
<bridge name="virbr0" stp="on" delay="5"/>
|
||||||
|
<domain name="example"/>
|
||||||
<forward mode="nat" dev="eth0"/>
|
<forward mode="nat" dev="eth0"/>
|
||||||
...</pre>
|
...</pre>
|
||||||
|
|
||||||
@ -76,6 +77,12 @@
|
|||||||
the bridge's forward delay value in seconds (default is 0).
|
the bridge's forward delay value in seconds (default is 0).
|
||||||
<span class="since">Since 0.3.0</span>
|
<span class="since">Since 0.3.0</span>
|
||||||
</dd>
|
</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>
|
<dt><code>forward</code></dt>
|
||||||
<dd>Inclusion of the <code>forward</code> element indicates that
|
<dd>Inclusion of the <code>forward</code> element indicates that
|
||||||
the virtual network is to be connected to the physical LAN. If
|
the virtual network is to be connected to the physical LAN. If
|
||||||
|
Loading…
Reference in New Issue
Block a user