it is mac_address not mac
This commit is contained in:
parent
5c1e2cdd07
commit
6416bf8ef6
|
@ -66,7 +66,7 @@ module Vagrant
|
|||
adapter.attachment_type = :host_only
|
||||
adapter.host_interface = network_name(network_options)
|
||||
if network_options[:mac]
|
||||
adapter.mac = network_options[:mac]
|
||||
adapter.mac_address = network_options[:mac]
|
||||
end
|
||||
adapter.save
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue