Re: [ovs-dev] [PATCH] datapath: Fix version check for 3.2.

2012-01-13 Thread Jesse Gross
On Fri, Jan 13, 2012 at 5:18 PM, Ben Pfaff wrote: > On Fri, Jan 13, 2012 at 05:17:06PM -0800, Jesse Gross wrote: >> 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 >> Signed-off-by: Jesse Gross > > Looks good to me

Re: [ovs-dev] [PATCH] datapath: Fix version check for 3.2.

2012-01-13 Thread Ben Pfaff
On Fri, Jan 13, 2012 at 05:17:06PM -0800, Jesse Gross wrote: > 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 > Signed-off-by: Jesse Gross Looks good to me. ___ dev mailin

[ovs-dev] [PATCH] datapath: Fix version check for 3.2.

2012-01-13 Thread Jesse Gross
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 Signed-off-by: Jesse Gross --- datapath/datapath.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/datapath/datapath.c b/datapath/datapath.c index 9