Fixes #4438 typo missing sending networks param for rhel guest network
This commit is contained in:
parent
4c7eeb7595
commit
fb1d4adf87
|
@ -14,9 +14,9 @@ module VagrantPlugins
|
||||||
def self.configure_networks(machine, networks)
|
def self.configure_networks(machine, networks)
|
||||||
case machine.guest.capability("flavor")
|
case machine.guest.capability("flavor")
|
||||||
when :rhel_7
|
when :rhel_7
|
||||||
configure_networks_rhel7(machine)
|
configure_networks_rhel7(machine, networks)
|
||||||
else
|
else
|
||||||
configure_networks_default(machine)
|
configure_networks_default(machine, networks)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue