Re: [ovs-dev] [PATCH] Fix tunnel lookup

2011-09-14 Thread Jesse Gross
On Wed, Sep 14, 2011 at 5:27 PM, Pravin Shelar wrote: >        Attached patch fixes tunnel lookup to do correct port comparison. > This bug is introduced by commit 3544358aa5960b148bc31435a0062e9392530ec2 > > Signed-off-by: Pravin B Shelar Acked-by: Jesse Gross _

[ovs-dev] [PATCH] Fix tunnel lookup

2011-09-14 Thread Pravin Shelar
Attached patch fixes tunnel lookup to do correct port comparison. This bug is introduced by commit 3544358aa5960b148bc31435a0062e9392530ec2 Signed-off-by: Pravin B Shelar --- datapath/tunnel.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/datapath/tunnel.c b/