Re: [ovs-dev] [PATCH] datapath: tunnel: Fix gre64 tunnel when key not specified.

2013-08-14 Thread Pravin Shelar
Thanks, I pushed it to master On Wed, Aug 14, 2013 at 5:39 PM, Jesse Gross wrote: > On Wed, Aug 14, 2013 at 5:31 PM, Pravin B Shelar > wrote: > > User is allowed to create tunnel without any keys. In this > > case userspace set tunnel action does not set tun-key flag > > which was confusing g

Re: [ovs-dev] [PATCH] datapath: tunnel: Fix gre64 tunnel when key not specified.

2013-08-14 Thread Jesse Gross
On Wed, Aug 14, 2013 at 5:31 PM, Pravin B Shelar wrote: > User is allowed to create tunnel without any keys. In this > case userspace set tunnel action does not set tun-key flag > which was confusing gre64 vport header calculations. Following > patch fixes it by always assuming TUNNEL_KEY parame

[ovs-dev] [PATCH] datapath: tunnel: Fix gre64 tunnel when key not specified.

2013-08-14 Thread Pravin B Shelar
User is allowed to create tunnel without any keys. In this case userspace set tunnel action does not set tun-key flag which was confusing gre64 vport header calculations. Following patch fixes it by always assuming TUNNEL_KEY parameter as we do it with tun-seq. Signed-off-by: Pravin B Shelar Bu