mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
docs: minor fixes to domain interface documentation
A few examples for <interface> had a type='direct' interface with no sub-elements. This is not allowed - a type='direct' interface must have at least a source element. (Most likely the example was copied from the type='user' or type='ethernet' examples - they *do* allow an instance with no sub-elements). There was also one place that mistakenly used %lt; ... %gt; instead of < ... > (for some reason, I make that typo all the time).
This commit is contained in:
parent
a2bc4a0c69
commit
549741ee44
@ -2364,7 +2364,6 @@
|
||||
<pre>
|
||||
...
|
||||
<devices>
|
||||
<interface type='direct'/>
|
||||
...
|
||||
<interface type='direct'>
|
||||
<source dev='eth0' mode='vepa'/>
|
||||
@ -2413,7 +2412,6 @@
|
||||
<pre>
|
||||
...
|
||||
<devices>
|
||||
<interface type='direct'/>
|
||||
...
|
||||
<interface type='direct'>
|
||||
<source dev='eth0.2' mode='vepa'/>
|
||||
@ -2441,7 +2439,6 @@
|
||||
<pre>
|
||||
...
|
||||
<devices>
|
||||
<interface type='direct'/>
|
||||
...
|
||||
<interface type='direct'>
|
||||
<source dev='eth0' mode='private'/>
|
||||
@ -2462,7 +2459,7 @@
|
||||
passthrough, after first optionally setting the device's MAC
|
||||
address to the configured value, and associating the device with
|
||||
an 802.1Qgh capable switch using an optionally specified
|
||||
%lt;virtualport%gt; element (see the examples of virtualport
|
||||
<virtualport> element (see the examples of virtualport
|
||||
given above for type='direct' network devices). Note that - due
|
||||
to limitations in standard single-port PCI ethernet card driver
|
||||
design - only SR-IOV (Single Root I/O Virtualization) virtual
|
||||
|
Loading…
x
Reference in New Issue
Block a user