Sha256: 4ce4203ac2e6a7667895265c81a575ceda77776899c3b06b4f4629c129ad842c

Contents?: true

Size: 514 Bytes

Versions: 4

Compression:

Stored size: 514 Bytes

Contents

<interface type='<%= @type %>'>
  <% if @mac %>
  <mac address='<%= @mac %>'/>
  <% end %>
  <source address='<%=@tunnel_ip%>' port='<%= @tunnel_port %>'>
  <% if @type == 'udp' %>
    <local address='<%=@udp_tunnel_local_ip%>' port='<%=@udp_tunnel_local_port%>' />
  <% end %>
  </source>
  <% if @device_name %>
    <target dev='<%= @device_name %>'/>
  <% else %>
    <target dev='tnet<%= @iface_number %>'/>
  <% end %>
  <alias name='net<%= @iface_number %>'/>
  <model type='<%=@model_type%>'/>
</interface>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vagrant-libvirt-0.0.37 lib/vagrant-libvirt/templates/tunnel_interface.xml.erb
vagrant-libvirt-0.0.36 lib/vagrant-libvirt/templates/tunnel_interface.xml.erb
vagrant-libvirt-0.0.35 lib/vagrant-libvirt/templates/tunnel_interface.xml.erb
vagrant-libvirt-0.0.33 lib/vagrant-libvirt/templates/tunnel_interface.xml.erb