From: Pravin Date: Tue, 25 Mar 2014 18:08:19 +0000 (-0700) Subject: FAQ: Fix supported kernel version. X-Git-Tag: sliver-openvswitch-2.2.90-1~6^2~26 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=25a7a1ca3ff7b4a8a84be4db0ecf7e4b81d27098;p=sliver-openvswitch.git FAQ: Fix supported kernel version. OVS 2.1 does not support kernel 3.12. Signed-off-by: Pravin B Shelar Acked-by: Kyle Mestery --- 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.