FAQ: Patch ports are not targeted for upstream.
authorBen Pfaff <blp@nicira.com>
Thu, 12 Jul 2012 15:08:15 +0000 (08:08 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 12 Jul 2012 15:10:18 +0000 (08:10 -0700)
The previous text was ambiguous.

Reported-by: Konstantin Khorenko <khorenko@openvz.org>
CC: Jesse Gross <jesse@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
FAQ

diff --git a/AUTHORS b/AUTHORS
index 1ed820c5e2124cd0ebac246f408632c6d8311fa8..2c1a48cff57a39f7b8a717253efd39e41b98446e 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -127,6 +127,7 @@ John Galgay             john@galgay.net
 Kevin Mancuso           kevin.mancuso@rackspace.com
 Kirill Kabardin
 Koichi Yagishita        yagishita.koichi@jrc.co.jp
+Konstantin Khorenko     khorenko@openvz.org
 Krishna Miriyala        krishna@nicira.com
 Luca Falavigna          dktrkranz@debian.org
 Luiz Henrique Ozaki     luiz.ozaki@gmail.com
diff --git a/FAQ b/FAQ
index 4ad8c4390b58dfe22eab83cdd865ce29587f1f4e..91f400700db1988d8cc5741c443c905504ed4cb6 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -143,12 +143,11 @@ A: The kernel module in upstream Linux 3.3 and later does not include
          kernel module from the Open vSwitch distribution instead of the
          upstream Linux kernel module.
 
-       - Tunnel and patch virtual ports, that is, interfaces with type
-         "gre", "ipsec_gre", "capwap", or "patch".  It is possible to
-         create tunnels in Linux and attach them to Open vSwitch as
-         system devices.  However, they cannot be dynamically created
-         through the OVSDB protocol or set the tunnel ids as a flow
-         action.
+       - Tunnel virtual ports, that is, interfaces with type "gre",
+         "ipsec_gre", "capwap".  It is possible to create tunnels in
+         Linux and attach them to Open vSwitch as system devices.
+         However, they cannot be dynamically created through the OVSDB
+         protocol or set the tunnel ids as a flow action.
 
          Work is in progress in adding these features to the upstream
          Linux version of the Open vSwitch kernel module.  For now, if
@@ -156,6 +155,11 @@ A: The kernel module in upstream Linux 3.3 and later does not include
          vSwitch distribution instead of the upstream Linux kernel
          module.
 
+       - Patch virtual ports, that is, interfaces with type "patch".
+         You can use Linux "veth" devices as a substitute.
+
+         We don't have any plans to add patch ports upstream.
+
 Q: What features are not available when using the userspace datapath?
 
 A: Tunnel and patch virtual ports are not supported, as described in the