Update gc_private_network_bridges.rb

This commit is contained in:
Andriy 2015-03-23 11:03:22 +02:00 committed by Michael Stucki
parent d2c032a073
commit 5329e8837e

View file

@ -35,8 +35,9 @@ module Vagrant
if ! driver.bridge_is_in_use?(bridge)
env[:ui].info I18n.t("vagrant_lxc.messages.remove_bridge", name: bridge)
# TODO: Output that bridge is being removed
driver.remove_bridge(bridge)
if bridge_name != "lxcbr0"
driver.remove_bridge(bridge)
end
end
end
end