Sha256: fa164c31164261b0587c31aff3c0c587a91aae8e2a5a63764287a586f9bb9851
Contents?: true
Size: 465 Bytes
Versions: 2
Compression:
Stored size: 465 Bytes
Contents
#VAGRANT-BEGIN # The contents below are automatically generated by Vagrant. Do not modify. auto eth<%= options[:interface] %> iface eth<%= options[:interface] %> 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-unbundled-1.8.1.2 | templates/guests/debian/network_dhcp.erb |
vagrant-unbundled-1.8.1.1 | templates/guests/debian/network_dhcp.erb |