Only TCP port forwarding supported

Documenting the inability to forward protocols other than TCP. 
See  #260
This commit is contained in:
Federico Castagnini 2015-02-18 12:40:03 -05:00
parent 8f60ed404b
commit 34a8fe1d15

View File

@ -302,9 +302,7 @@ vagrant-libvirt supports vagrant's [standard ssh settings](https://docs.vagrantu
## Forwarded Ports
vagrant-libvirt supports Forwarded Ports via ssh port forwarding. For each
`forwarded_port` directive you specify in your Vagrantfile, vagrant-libvirt
will maintain an active ssh process for the lifetime of the VM.
vagrant-libvirt supports Forwarded Ports via ssh port forwarding. Please note that due to a well known limitation only the TCP protocol is supported. For each `forwarded_port` directive you specify in your Vagrantfile, vagrant-libvirt will maintain an active ssh process for the lifetime of the VM.
vagrant-libvirt supports an additional `forwarded_port` option
`gateway_ports` which defaults to `false`, but can be set to `true` if