From 25a7a1ca3ff7b4a8a84be4db0ecf7e4b81d27098 Mon Sep 17 00:00:00 2001 From: Pravin Date: Tue, 25 Mar 2014 11:08:19 -0700 Subject: [PATCH] FAQ: Fix supported kernel version. OVS 2.1 does not support kernel 3.12. Signed-off-by: Pravin B Shelar Acked-by: Kyle Mestery --- FAQ | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FAQ b/FAQ index dae5c5b4a..eec2d4f37 100644 --- 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. -- 2.47.0