diff --git a/lib/vagrant-libvirt/action/create_network_interfaces.rb b/lib/vagrant-libvirt/action/create_network_interfaces.rb index 98bb20e..416358c 100644 --- a/lib/vagrant-libvirt/action/create_network_interfaces.rb +++ b/lib/vagrant-libvirt/action/create_network_interfaces.rb @@ -213,7 +213,8 @@ module VagrantPlugins type: :static, ip: options[:ip], netmask: options[:netmask], - gateway: options[:gateway] + gateway: options[:gateway], + route: options[:route] }.merge(network) else network[:type] = :dhcp