Delete default routes for bridged networking on coming up
This commit is contained in:
parent
a1b66f82aa
commit
33551eca47
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue