scottslowe-learning-tools/kvm-macvtap/macvtap.xml
Scott Lowe e6466553fb Commit initial build of KVM+macvtap environment
This is an initial set of files for working with KVM and macvtap
interfaces for KVM guests. The environment is not yet functional,
but this is a start. Changes need to be made to the Ansible
provisioning, and a way to enable promiscuous mode needs to be found.
2016-01-19 23:08:58 -07:00

6 lines
114 B
XML

<network>
<name>macvtap-net</name>
<forward mode="bridge">
<interface dev="eth1"/>
</forward>
</network>