mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-08-24 09:49:59 +03:00
docs: Fix HTML errors
<pre> is forbidden inside <p>
This commit is contained in:
@ -143,6 +143,7 @@
|
|||||||
The address range is set with the <code><address></code>
|
The address range is set with the <code><address></code>
|
||||||
subelements and <code>start</code> and <code>stop</code>
|
subelements and <code>start</code> and <code>stop</code>
|
||||||
attributes:
|
attributes:
|
||||||
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
...
|
...
|
||||||
<forward mode='nat'>
|
<forward mode='nat'>
|
||||||
@ -150,8 +151,8 @@
|
|||||||
<address start='1.2.3.4' end='1.2.3.10'/>
|
<address start='1.2.3.4' end='1.2.3.10'/>
|
||||||
</nat>
|
</nat>
|
||||||
</forward>
|
</forward>
|
||||||
...
|
...</pre>
|
||||||
</pre>
|
<p>
|
||||||
An singe IPv4 address can be set by setting
|
An singe IPv4 address can be set by setting
|
||||||
<code>start</code> and <code>end</code> attributes to
|
<code>start</code> and <code>end</code> attributes to
|
||||||
the same value.
|
the same value.
|
||||||
@ -159,6 +160,7 @@
|
|||||||
<p>
|
<p>
|
||||||
The port range to be used for the <code><nat></code> can
|
The port range to be used for the <code><nat></code> can
|
||||||
be set via the subelement <code><port></code>:
|
be set via the subelement <code><port></code>:
|
||||||
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
...
|
...
|
||||||
<forward mode='nat'>
|
<forward mode='nat'>
|
||||||
@ -166,9 +168,7 @@
|
|||||||
<port start='500' end='1000'/>
|
<port start='500' end='1000'/>
|
||||||
</nat>
|
</nat>
|
||||||
</forward>
|
</forward>
|
||||||
...
|
...</pre>
|
||||||
</pre>
|
|
||||||
</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt><code>route</code></dt>
|
<dt><code>route</code></dt>
|
||||||
|
Reference in New Issue
Block a user