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-01-03 21:22:33 +00:00
|
|
|
post-up route del default dev $IFACE
|
2012-01-03 03:40:19 +00:00
|
|
|
#VAGRANT-END
|