Re: [ovs-dev] [PATCH] datapath: Fix GRE tunnel without any key.

2012-10-09 Thread Pravin Shelar
On Tue, Oct 9, 2012 at 12:57 PM, Kyle Mestery (kmestery) wrote: > On Oct 9, 2012, at 2:55 PM, Pravin B Shelar wrote: >> Commit 2de795adb96 (datapath: 64-bit GRE support) introduced a bug >> for tunnels with no key. Following patch fixes it by setting tunnel >> type to GRE type. >> >> Bugs: 13511

Re: [ovs-dev] [PATCH] datapath: Fix GRE tunnel without any key.

2012-10-09 Thread Kyle Mestery (kmestery)
On Oct 9, 2012, at 2:55 PM, Pravin B Shelar wrote: > Commit 2de795adb96 (datapath: 64-bit GRE support) introduced a bug > for tunnels with no key. Following patch fixes it by setting tunnel > type to GRE type. > > Bugs: 13511 > Signed-off-by: Pravin B Shelar Acked-by: Kyle Mestery ___

[ovs-dev] [PATCH] datapath: Fix GRE tunnel without any key.

2012-10-09 Thread Pravin B Shelar
Commit 2de795adb96 (datapath: 64-bit GRE support) introduced a bug for tunnels with no key. Following patch fixes it by setting tunnel type to GRE type. Bugs: 13511 Signed-off-by: Pravin B Shelar --- datapath/vport-gre.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/