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>
Sat, 14 Jan 2012 01:09:21 +0000 (17:09 -0800)
commit444cacf4a7017a2b78418b7d12cd2f0a1e0dbb85
treef59eee07c6dabd28c4a42eae2c8134491587398c
parent424202bc7d9ecb4a9b661bf5576470409bde3990
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