mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-09 12:38:27 -05:00
Fix: missing a single quote in doc example
The missing single quote (') in the code snippet results
in it not being validated by virt-xml-validate
Signed-off-by: Lukas Greve <please@refre.ch>
This commit is contained in:
@@ -6590,7 +6590,7 @@ setting guest-side IP addresses with ``<ip>`` and port forwarding with
|
||||
<backend type='passt'/>
|
||||
<mac address='52:54:00:3b:83:1a'/>
|
||||
<source dev='enp1s0'/>
|
||||
<ip address='10.30.0.5 prefix='24'/>
|
||||
<ip address='10.30.0.5' prefix='24'/>
|
||||
</interface>
|
||||
</devices>
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user