<interface type='ethernet' name='eth0'>
<start mode='onboot'/>
<mac address='aa:bb:cc:dd:ee:ff'/>
<protocol family='ipv4'>
<dhcp/>
</protocol>
</interface>
<interface type='ethernet' name='eth0'>
<start mode='onboot'/>
<mac address='aa:bb:cc:dd:ee:ff'/>
<protocol family='ipv4'>
<ip address="192.168.0.5" prefix="24"/>
<route gateway="192.168.0.1"/>
</protocol>
</interface>
<interface type="bridge" name="br0">
<start mode="onboot"/>
<mtu size="1500"/>
<protocol family="ipv4">
<dhcp/>
</protocol>
<bridge stp="off" delay="0.01">
<interface type="ethernet" name="eth0">
<mac address="ab:bb:cc:dd:ee:ff"/>
</interface>
<interface type="ethernet" name="eth1"/>
</bridge>
</interface>
<interface type="vlan" name="eth0.42">
<start mode="onboot"/>
<protocol family="ipv4">
<dhcp peerdns="no"/>
</protocol>
<vlan tag="42">
<interface name="eth0"/>
</vlan>
</interface>