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.
|
# The contents below are automatically generated by Vagrant. Do not modify.
|
||||||
auto eth<%= options[:interface] %>
|
auto eth<%= options[:interface] %>
|
||||||
iface eth<%= options[:interface] %> inet dhcp
|
iface eth<%= options[:interface] %> inet dhcp
|
||||||
|
post-up route del default dev $IFACE
|
||||||
#VAGRANT-END
|
#VAGRANT-END
|
||||||
|
|
Loading…
Reference in New Issue