Re: [ovs-dev] [PATCH 2/3] tunnel: move rt_genid to compatibility code.

2011-12-22 Thread Jesse Gross
On Dec 21, 2011, at 8:28 PM, Pravin B Shelar wrote: > diff --git a/datapath/linux/compat/include/net/dst.h > b/datapath/linux/compat/include/net/dst.h > index f481a9d..5341daa 100644 > --- a/datapath/linux/compat/include/net/dst.h > +++ b/datapath/linux/compat/include/net/dst.h > @@ -14,4 +14,26 @

[ovs-dev] [PATCH 2/3] tunnel: move rt_genid to compatibility code.

2011-12-21 Thread Pravin B Shelar
Signed-off-by: Pravin B Shelar --- datapath/linux/compat/include/net/dst.h | 22 ++ datapath/tunnel.c |2 +- datapath/tunnel.h | 14 -- 3 files changed, 23 insertions(+), 15 deletions(-) diff --git a/datapath/lin