Sha256: e09ff87fa74ac7cd2a52a6f6735e7c4102f4391dbd708e2dfef67e03bec4c095

Contents?: true

Size: 510 Bytes

Versions: 35

Compression:

Stored size: 510 Bytes

Contents

#VAGRANT-BEGIN
# The contents below are automatically generated by Vagrant. Do not modify.
auto <%= options[:device] %>
iface <%= options[:device] %> inet dhcp
<% if !options[:use_dhcp_assigned_default_route] %>
    post-up ip route del default dev $IFACE || true
<% else %>
    # We need to disable eth0, see GH-2648
    post-up ip route del default dev <%= options[:root_device] %> || true
    post-up dhclient $IFACE
    pre-down ip route add default dev <%= options[:root_device] %>
<% end %>
#VAGRANT-END

Version data entries

35 entries across 31 versions & 5 rubygems

Version Path
vagrant-unbundled-2.3.6.0 templates/guests/debian/network_dhcp.erb
tamtam-vagrant-reload-1.2.1 vendor/cache/vagrant-2092df529ae7/templates/guests/debian/network_dhcp.erb
vagrant-unbundled-2.3.3.0 templates/guests/debian/network_dhcp.erb
vagrant-unbundled-2.3.2.0 templates/guests/debian/network_dhcp.erb
vagrant-unbundled-2.2.19.0 templates/guests/debian/network_dhcp.erb
vagrant-unbundled-2.2.18.0 templates/guests/debian/network_dhcp.erb
vagrant-unbundled-2.2.16.0 templates/guests/debian/network_dhcp.erb
vagrant-unbundled-2.2.14.0 templates/guests/debian/network_dhcp.erb
vagrant-aws-mkubenka-0.7.2.pre.24 vendor/bundle/ruby/2.7.0/bundler/gems/vagrant-22795b161bf6/templates/guests/debian/network_dhcp.erb
vagrant-unbundled-2.2.10.0 templates/guests/debian/network_dhcp.erb
vagrant-unbundled-2.2.9.0 templates/guests/debian/network_dhcp.erb
vagrant-unbundled-2.2.8.0 templates/guests/debian/network_dhcp.erb
vagrant-unbundled-2.2.7.0 templates/guests/debian/network_dhcp.erb
vagrant-unbundled-2.2.6.2 templates/guests/debian/network_dhcp.erb
vagrant-unbundled-2.2.6.1 templates/guests/debian/network_dhcp.erb
vagrant-unbundled-2.2.6.0 templates/guests/debian/network_dhcp.erb
vagrant-unbundled-2.2.5.0 templates/guests/debian/network_dhcp.erb
vagrant-unbundled-2.2.4.0 templates/guests/debian/network_dhcp.erb
vagrant-unbundled-2.2.3.0 templates/guests/debian/network_dhcp.erb
vagrant-unbundled-2.2.2.0 templates/guests/debian/network_dhcp.erb