2012-01-03 03:40:19 +00:00
|
|
|
#VAGRANT-BEGIN
|
|
|
|
# The contents below are automatically generated by Vagrant. Do not modify.
|
|
|
|
auto eth<%= options[:interface] %>
|
|
|
|
iface eth<%= options[:interface] %> inet dhcp
|
2012-05-06 21:47:52 +00:00
|
|
|
<% if !options[:use_dhcp_assigned_default_route] %>
|
2012-01-03 21:22:33 +00:00
|
|
|
post-up route del default dev $IFACE
|
2012-05-24 18:53:46 +00:00
|
|
|
<% else %>
|
|
|
|
# needed as some newer distribution do not properly load routes, ubuntu 12.04
|
|
|
|
post-up dhclient $IFACE
|
2012-04-05 16:21:09 +00:00
|
|
|
<% end %>
|
2012-01-03 03:40:19 +00:00
|
|
|
#VAGRANT-END
|