Sha256: 2d44cd855b9cdc0e55e94437f29052c0a63bd568efdf5e3fc1421a0b49d6d152

Contents?: true

Size: 453 Bytes

Versions: 9

Compression:

Stored size: 453 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 route del default dev $IFACE || true
<% else %>
    # We need to disable eth0, see GH-2648
    post-up route del default dev eth0 || true
    post-up dhclient $IFACE
    pre-down route add default dev eth0
<% end %>
#VAGRANT-END

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
vagrant-unbundled-1.9.1.1 templates/guests/debian/network_dhcp.erb
vagrant-compose-yaml-0.1.3 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/templates/guests/debian/network_dhcp.erb
vagrant-compose-yaml-0.1.2 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/templates/guests/debian/network_dhcp.erb
vagrant-compose-yaml-0.1.1 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/templates/guests/debian/network_dhcp.erb
vagrant-compose-yaml-0.1.0 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/templates/guests/debian/network_dhcp.erb
vagrant-unbundled-1.8.5.2 templates/guests/debian/network_dhcp.erb
vagrant-unbundled-1.8.5.1 templates/guests/debian/network_dhcp.erb
vagrant-unbundled-1.8.4.2 templates/guests/debian/network_dhcp.erb
vagrant-unbundled-1.8.4.1 templates/guests/debian/network_dhcp.erb