From 33551eca47d234510119a40e8bea6d28b93b377a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 3 Jan 2012 13:22:33 -0800 Subject: [PATCH] Delete default routes for bridged networking on coming up --- templates/guests/debian/network_dhcp.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/guests/debian/network_dhcp.erb b/templates/guests/debian/network_dhcp.erb index 1bdc3e1ef..ca3d80c79 100644 --- a/templates/guests/debian/network_dhcp.erb +++ b/templates/guests/debian/network_dhcp.erb @@ -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