diff options
Diffstat (limited to 'testing/config/kvm/sun.xml')
-rw-r--r-- | testing/config/kvm/sun.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/config/kvm/sun.xml b/testing/config/kvm/sun.xml index c80ce1210..9d05027f9 100644 --- a/testing/config/kvm/sun.xml +++ b/testing/config/kvm/sun.xml @@ -38,12 +38,14 @@ <interface type='network'> <mac address='52:54:00:77:43:ea'/> <source network='vnet1'/> + <target dev='sun-eth0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </interface> <interface type='network'> <mac address='52:54:00:0f:97:db'/> <source network='vnet3'/> + <target dev='sun-eth1'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </interface> |