From dc287ad040ae131d307bb01e11a85f3042636ffe Mon Sep 17 00:00:00 2001
From: Fabio Rehm <fgrehm@gmail.com>
Date: Tue, 12 Mar 2013 15:40:17 -0300
Subject: [PATCH] Add port forwarding note to readme

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 95ddb0f..f272111 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,7 @@ sudo apt-get install lxc bsdtar fping
 ## Current limitations
 
 * Ruby >= 1.9.3 only, patches for 1.8.7 are welcome
+* Port forwarding does not work [yet](https://github.com/fgrehm/vagrant-lxc/issues/4)
 * A hell lot of `sudo`s
 * Only a [single ubuntu box supported](boxes), I'm still [figuring out what should go
   on the .box file](https://github.com/fgrehm/vagrant-lxc/issues/4)