Sha256: b655d3f7869170f3735d0ff42ab9ec0e0db12dabfbd24518fe9248f7096a0698

Contents?: true

Size: 342 Bytes

Versions: 10

Compression:

Stored size: 342 Bytes

Contents

<interface type='<%= @type %>'>
  <% if @mac %>
  <mac address='<%= @mac %>'/>
  <% end %>
  <%if @type == 'direct'%>
  <source dev='<%= @device %>' mode='<%= @mode %>'/>
  <% else %>
  <source bridge='<%=@device%>'/>
  <% end %>
  <model type='<%=@model_type%>'/>
  <% if @ovs %>
  <virtualport type='openvswitch'/>
  <% end %>
</interface>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
vagrant-libvirt-0.0.33 lib/vagrant-libvirt/templates/public_interface.xml.erb
vagrant-libvirt-0.0.32 lib/vagrant-libvirt/templates/public_interface.xml.erb
vagrant-libvirt-0.0.31 lib/vagrant-libvirt/templates/public_interface.xml.erb
vagrant-libvirt-0.0.30 lib/vagrant-libvirt/templates/public_interface.xml.erb
vagrant-libvirt-0.0.29 lib/vagrant-libvirt/templates/public_interface.xml.erb
vagrant-libvirt-0.0.28 lib/vagrant-libvirt/templates/public_interface.xml.erb
vagrant-libvirt-0.0.27 lib/vagrant-libvirt/templates/public_interface.xml.erb
vagrant-libvirt-0.0.26 lib/vagrant-libvirt/templates/public_interface.xml.erb
vagrant-libvirt-0.0.25 lib/vagrant-libvirt/templates/public_interface.xml.erb
vagrant-libvirt-0.0.24 lib/vagrant-libvirt/templates/public_interface.xml.erb