From 34a8fe1d153e0ca66d4ed51549990cf4cfb4f942 Mon Sep 17 00:00:00 2001 From: Federico Castagnini Date: Wed, 18 Feb 2015 12:40:03 -0500 Subject: [PATCH] Only TCP port forwarding supported Documenting the inability to forward protocols other than TCP. See #260 --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 21585d3..9550bb3 100644 --- a/README.md +++ b/README.md @@ -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