]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix: missing a single quote in doc example
authorLukas Greve <please@refre.ch>
Sun, 20 Jul 2025 09:01:43 +0000 (11:01 +0200)
committerLukas Greve <please@refre.ch>
Sun, 20 Jul 2025 09:01:43 +0000 (11:01 +0200)
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>
docs/formatdomain.rst

index 9a2f065590c822687969ff07a7aa8c3721f78ec8..54a809eaf9dc00ecefbcd15a1b0f8e38393ecde7 100644 (file)
@@ -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>
    ...