mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 22:45:21 +00:00
doc: fix XML for the RNG device example
Add a missing '/' to close the "source" element. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
922b7fda77
commit
ab42c22627
@ -4903,8 +4903,8 @@ qemu-kvm -net nic,model=? /dev/null
|
|||||||
<backend model='random'>/dev/random</backend>
|
<backend model='random'>/dev/random</backend>
|
||||||
<!-- OR -->
|
<!-- OR -->
|
||||||
<backend model='egd' type='udp'>
|
<backend model='egd' type='udp'>
|
||||||
<source mode='bind' service='1234'>
|
<source mode='bind' service='1234'/>
|
||||||
<source mode='connect' host='1.2.3.4' service='1234'>
|
<source mode='connect' host='1.2.3.4' service='1234'/>
|
||||||
</backend>
|
</backend>
|
||||||
</rng>
|
</rng>
|
||||||
</devices>
|
</devices>
|
||||||
|
Loading…
Reference in New Issue
Block a user