mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
0b33d7c921
This modifies the formatting function of virInterface to be a proper mirror of the parse function, including the addition of a "parentIfType" arg so that we can decide whether or not it is appropriate to emit the elements that are only in toplevel interfaces, as well as the <link> element (which isn't allowed for bridge interfaces). Since the restructuring of the code necessarily changes the order of some of the elements, some test case data had to be updated.
10 lines
223 B
XML
10 lines
223 B
XML
<interface type='ethernet' name='eth0'>
|
|
<start mode='none'/>
|
|
<mtu size='1492'/>
|
|
<protocol family='ipv4'>
|
|
<dhcp peerdns='no'/>
|
|
</protocol>
|
|
<link state='down'/>
|
|
<mac address='aa:bb:cc:dd:ee:ff'/>
|
|
</interface>
|