NIC type can also be defined for host-only adapters

This commit is contained in:
Jaime Soriano Pastor 2012-02-20 12:16:10 +01:00
parent 5eb09aac3f
commit c0338dfa4b
1 changed files with 2 additions and 1 deletions

View File

@ -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