diff options
author | Reto Buerki <reet@codelabs.ch> | 2012-12-14 11:14:08 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-01-17 16:54:58 +0100 |
commit | 58e0b386eabc7e84bd706dd6131d83d3d6b7841a (patch) | |
tree | 0b7b56b14b2d00e5400a6b9fafe64889c0a0374f /testing/config | |
parent | 602ba2f6d148eb88445a143c1202ce7043d50f04 (diff) | |
download | strongswan-58e0b386eabc7e84bd706dd6131d83d3d6b7841a.tar.bz2 strongswan-58e0b386eabc7e84bd706dd6131d83d3d6b7841a.tar.xz |
Add eth1 NIC to alice domain
Diffstat (limited to 'testing/config')
-rw-r--r-- | testing/config/kvm/alice.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/config/kvm/alice.xml b/testing/config/kvm/alice.xml index 16a974786..325e05440 100644 --- a/testing/config/kvm/alice.xml +++ b/testing/config/kvm/alice.xml @@ -36,6 +36,12 @@ <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </interface> + <interface type='network'> + <mac address='52:54:00:3b:0c:d7'/> + <source network='vnet1'/> + <model type='virtio'/> + <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> + </interface> <serial type='pty'> <target port='0'/> </serial> |