Delete default routes for bridged networking on coming up

This commit is contained in:
Mitchell Hashimoto 2012-01-03 13:22:33 -08:00
parent a1b66f82aa
commit 33551eca47
1 changed files with 1 additions and 0 deletions

View File

@ -2,4 +2,5 @@
# The contents below are automatically generated by Vagrant. Do not modify.
auto eth<%= options[:interface] %>
iface eth<%= options[:interface] %> inet dhcp
post-up route del default dev $IFACE
#VAGRANT-END