FAQ: Fix supported kernel version.
authorPravin <pshelar@nicira.com>
Tue, 25 Mar 2014 18:08:19 +0000 (11:08 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Mon, 24 Mar 2014 08:48:54 +0000 (01:48 -0700)
OVS 2.1 does not support kernel 3.12.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Kyle Mestery <mestery@noironetworks.com>
FAQ

diff --git a/FAQ b/FAQ
index dae5c5b..eec2d4f 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -148,7 +148,8 @@ A: The following table lists the Linux kernel versions against which the
        1.10.x     2.6.18 to 3.8
        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.12
+       2.1.x      2.6.32 to 3.11
+       2.2.x      2.6.32 to 3.12
 
    Open vSwitch userspace should also work with the Linux kernel module
    built into Linux 3.3 and later.