mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #283 from tkrille/use_dhcp_assigned_default_route
support for use_dhcp_assigned_default_route
This commit is contained in:
commit
d50ff049f8
@ -114,7 +114,8 @@ module VagrantPlugins
|
||||
@logger.debug "Configuring interface slot_number #{slot_number} options #{options}"
|
||||
|
||||
network = {
|
||||
:interface => slot_number,
|
||||
:interface => slot_number,
|
||||
:use_dhcp_assigned_default_route => options[:use_dhcp_assigned_default_route],
|
||||
#:mac => ...,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user