mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
fix #492 - tcp tunnel source ip not configurable
This commit is contained in:
parent
25c1662213
commit
ebbf35cc18
@ -97,7 +97,7 @@ module VagrantPlugins
|
||||
else
|
||||
default_ip = '127.0.0.1'
|
||||
end
|
||||
@tunnel_ip = iface_configuration.fetch(:tunnel_address, default_ip)
|
||||
@tunnel_ip = iface_configuration.fetch(:tunnel_ip, default_ip)
|
||||
@model_type = iface_configuration.fetch(:model_type, @nic_model_type)
|
||||
template_name = 'tunnel_interface'
|
||||
@logger.info("Setting up #{@type} tunnel interface using #{@tunnel_ip} port #{@tunnel_port}")
|
||||
|
Loading…
Reference in New Issue
Block a user