diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-03-08 14:47:42 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-03-19 11:50:39 +0100 |
commit | 7a87381840484531f8ddeeb581e4280e0e93902e (patch) | |
tree | cebedae77f05489af3e3c00ea51c98ceda114f4e /testing/config/kvm/sun.xml | |
parent | 9525e9c506fc30457a396838ab8ef801e23c79dd (diff) | |
download | strongswan-7a87381840484531f8ddeeb581e4280e0e93902e.tar.bz2 strongswan-7a87381840484531f8ddeeb581e4280e0e93902e.tar.xz |
testing: Rename interfaces and bridges so they are easier to identify
This simplifies capturing traffic with Wireshark on the host as each of
the guest's interfaces is clearly identified.
The three bridges were previously numbered starting from 0, this scheme
is restored here.
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> |