mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
4b4a981d60
Introduce a virNetworkPortDefPtr struct to represent the data associated with a virtual network port. Add APIs for parsing/formatting XML docs with the data. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
13 lines
382 B
XML
13 lines
382 B
XML
<networkport>
|
|
<uuid>5d744f21-ba4a-4d6e-bdb2-30a35ff3207d</uuid>
|
|
<owner>
|
|
<name>memtest</name>
|
|
<uuid>d54df46f-1ab5-4a22-8618-4560ef5fac2c</uuid>
|
|
</owner>
|
|
<mac address='52:54:00:7b:35:93'/>
|
|
<virtualport type='802.1Qbg'>
|
|
<parameters managerid='11' typeid='1193047' typeidversion='2'/>
|
|
</virtualport>
|
|
<plug type='direct' dev='ens3' mode='vepa'/>
|
|
</networkport>
|