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:03:08 +0000 (09:03 -0800)
commit408e1144059b0513f8f9b506a30b0d2233c33bbd
tree8c291a5a5f87e8c7b016cc0b86d55c3a21d94c85
parent70be4ff2bf25a8fbe6d414cf0dc3953ca5afacc4
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