Skip to content

Commit

Permalink
[CONF] Make network built-in under libvirt, use vmxnet3.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxlet committed Jun 7, 2019
1 parent 3050da9 commit b7c5556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/template.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
<interface type='network'>
<mac address='52:54:00:92:d4:7b'/>
<source network='default'/>
<model type='e1000-82545em'/>
<address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/>
<model type='vmxnet3'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
</interface>
<serial type='pty'>
<target type='isa-serial' port='0'>
Expand Down

0 comments on commit b7c5556

Please sign in to comment.