mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-21 19:02:25 +00:00
docs: fix missing forward slash
Should like below: <interface type='server'> <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'/> </interface>
This commit is contained in:
parent
f0f9eed843
commit
49cd6815d6
@ -3701,12 +3701,12 @@
|
||||
...
|
||||
<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'>
|
||||
<mac address='52:54:00:8b:c9:51'/>
|
||||
<source address='192.168.0.1' port='5558'/>
|
||||
</interface>
|
||||
</devices>
|
||||
|
Loading…
x
Reference in New Issue
Block a user