mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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.
6 lines
114 B
XML
6 lines
114 B
XML
<network>
|
|
<name>macvtap-net</name>
|
|
<forward mode="bridge">
|
|
<interface dev="eth1"/>
|
|
</forward>
|
|
</network>
|