mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-25 23:21:45 +03:00
89c45af26d
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
22 lines
617 B
XML
22 lines
617 B
XML
<interface type="bridge" name="foo-new">
|
|
<bridge stp="on" delay="2">
|
|
<interface type="ethernet" name="vlaneth1">
|
|
</interface>
|
|
<interface type="ethernet" name="eth0">
|
|
<start mode="none"/>
|
|
<mac address="00:FF:EE:FF:EE:FF"/>
|
|
</interface>
|
|
</bridge>
|
|
<protocol family="ipv4">
|
|
<dhcp peerdns="no"/>
|
|
<ip address="129.63.1.2"/>
|
|
<ip address="255.255.255.0"/>
|
|
<route gateway="5.5.5.5"/>
|
|
</protocol>
|
|
<protocol family="ipv6">
|
|
<ip address="fe99::215:58ff:fe6e:5" prefix="32"/>
|
|
<ip address="2002::" prefix="38"/>
|
|
<route gateway="1.2.3.4"/>
|
|
</protocol>
|
|
</interface>
|