mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 01:34:11 +03:00
docs: fix a few small typos in formatdomain.html.in
This commit is contained in:
parent
4d71ff450f
commit
0ad35376d3
@ -2275,8 +2275,8 @@
|
||||
<pre>
|
||||
...
|
||||
<devices>
|
||||
<mac address='52:54:00:6d:90:01'>
|
||||
<interface type='mcast'>
|
||||
<mac address='52:54:00:6d:90:01'>
|
||||
<source address='230.0.0.1' port='5558'/>
|
||||
</interface>
|
||||
</devices>
|
||||
@ -2297,13 +2297,13 @@
|
||||
...
|
||||
<devices>
|
||||
<interface type='server'>
|
||||
<mac address='52:54:00:22:c9:42'>
|
||||
<mac address='52:54:00:22:c9:42'>
|
||||
<source address='192.168.0.1' port='5558'/>
|
||||
</interface>
|
||||
...
|
||||
<interface type='client'>
|
||||
<mac address='52:54:00:8b:c9:51'>
|
||||
<source address='192.168.0.1' port='5558'/>
|
||||
<mac address='52:54:00:8b:c9:51'>
|
||||
<source address='192.168.0.1' port='5558'/>
|
||||
</interface>
|
||||
</devices>
|
||||
...</pre>
|
||||
@ -2470,7 +2470,7 @@ qemu-kvm -net nic,model=? /dev/null
|
||||
...</pre>
|
||||
|
||||
<p>
|
||||
For hypervisors which support this, you can set exact NIC which should
|
||||
For hypervisors which support this, you can set a specific NIC to
|
||||
be used for network boot. The <code>order</code> attribute determines
|
||||
the order in which devices will be tried during boot sequence. The
|
||||
per-device <code>boot</code> elements cannot be used together with
|
||||
|
Loading…
Reference in New Issue
Block a user