diff --git a/lib/vagrant-parallels/driver/pd_8.rb b/lib/vagrant-parallels/driver/pd_8.rb index 353d633e..9b961cfb 100644 --- a/lib/vagrant-parallels/driver/pd_8.rb +++ b/lib/vagrant-parallels/driver/pd_8.rb @@ -127,7 +127,7 @@ def enable_adapters(adapters) # - in host-only (private) network it will be bridged to the 'vnicX' device # - in real bridge (public) network it will be bridged to the assigned device args.concat(["--type", "bridged", "--iface", adapter[:hostonly]]) - elsif adapter[:type] == :bridge + elsif adapter[:type] == :bridged args.concat(["--type", "bridged", "--iface", adapter[:bridge]]) elsif adapter[:type] == :shared args.concat(["--type", "shared"])