NIC type can also be defined for host-only adapters
This commit is contained in:
parent
5eb09aac3f
commit
c0338dfa4b
|
@ -252,7 +252,8 @@ module Vagrant
|
||||||
:adapter => config[:adapter],
|
:adapter => config[:adapter],
|
||||||
:type => :hostonly,
|
:type => :hostonly,
|
||||||
:hostonly => interface[:name],
|
:hostonly => interface[:name],
|
||||||
:mac_address => config[:mac]
|
:mac_address => config[:mac],
|
||||||
|
:nic_type => config[:nic_type]
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue