datapath-windows: Update OVS_SWITCH_CONTEXT: external and internal port
[cascardo/ovs.git] / FAQ
diff --git a/FAQ b/FAQ
index f263a82..9e74a3f 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -149,7 +149,7 @@ A: The following table lists the Linux kernel versions against which the
        1.11.x     2.6.18 to 3.8
        2.0.x      2.6.32 to 3.10
        2.1.x      2.6.32 to 3.11
-       2.2.x      2.6.32 to 3.14
+       2.3.x      2.6.32 to 3.14
 
    Open vSwitch userspace should also work with the Linux kernel module
    built into Linux 3.3 and later.
@@ -741,7 +741,8 @@ Q: It seems that Open vSwitch does nothing when I removed a port and
 
 A: It's an expected behaviour.
 
-   If del-port and add-port happen in a single OVSDB transaction as                your example, Open vSwitch always "skips" the intermediate steps.
+   If del-port and add-port happen in a single OVSDB transaction as
+   your example, Open vSwitch always "skips" the intermediate steps.
    Even if they are done in multiple transactions, it's still allowed
    for Open vSwitch to skip the intermediate steps and just implement
    the overall effect.  In both cases, your example would be turned