From c0338dfa4b315ca6399f1489991dd444b13f87d2 Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Mon, 20 Feb 2012 12:16:10 +0100 Subject: [PATCH] NIC type can also be defined for host-only adapters --- lib/vagrant/action/vm/network.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/vagrant/action/vm/network.rb b/lib/vagrant/action/vm/network.rb index e79da8c7e..d2e63b76b 100644 --- a/lib/vagrant/action/vm/network.rb +++ b/lib/vagrant/action/vm/network.rb @@ -252,7 +252,8 @@ module Vagrant :adapter => config[:adapter], :type => :hostonly, :hostonly => interface[:name], - :mac_address => config[:mac] + :mac_address => config[:mac], + :nic_type => config[:nic_type] } end