Sha256: 49fc7213d5bf926c203d1bc2d8fe6fed9118ee299b935011786c851bec1d1939

Contents?: true

Size: 280 Bytes

Versions: 7

Compression:

Stored size: 280 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%>'/>
</interface>


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
vagrant-libvirt-0.0.23 lib/vagrant-libvirt/templates/public_interface.xml.erb
vagrant-libvirt-0.0.22 lib/vagrant-libvirt/templates/public_interface.xml.erb
vagrant-libvirt-0.0.21 lib/vagrant-libvirt/templates/public_interface.xml.erb
vagrant-libvirt-0.0.20 lib/vagrant-libvirt/templates/public_interface.xml.erb
vagrant-libvirt-0.0.19 lib/vagrant-libvirt/templates/public_interface.xml.erb
vagrant-libvirt-0.0.18 lib/vagrant-libvirt/templates/public_interface.xml.erb
vagrant-libvirt-0.0.17 lib/vagrant-libvirt/templates/public_interface.xml.erb