datapath: Fix version check for 3.2.
authorJesse Gross <jesse@nicira.com>
Sat, 14 Jan 2012 01:09:21 +0000 (17:09 -0800)
committerJesse Gross <jesse@nicira.com>
Tue, 24 Jan 2012 17:04:57 +0000 (09:04 -0800)
commit27a1654b5d0db2f995fdfd155b835e4a14473d73
treebef44d8138c7e3bee2f4dce531fa3868637e5d92
parent5c06ffdd403206f7db41bf259e9bc27bf0f3b8dc
datapath: Fix version check for 3.2.

We support Linux 3.2 and all of its patch levels but the current
check only allows for 3.2.0.

Reported-by: Justin Pettit <jpettit@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c