[DRE-commits] [vagrant-libvirt] 113/163: Only TCP port forwarding supported

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:57:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to annotated tag 0.0.26
in repository vagrant-libvirt.

commit 34a8fe1d153e0ca66d4ed51549990cf4cfb4f942
Author: Federico Castagnini <federico.castagnini at gmail.com>
Date:   Wed Feb 18 12:40:03 2015 -0500

    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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-libvirt.git



More information about the Pkg-ruby-extras-commits mailing list