Re: [ovs-dev] [PATCH] tunneling: Remove gre64 tunnel support.

2015-08-18 Thread Pravin Shelar
On Mon, Jul 27, 2015 at 1:33 PM, Jesse Gross wrote: > On Tue, Jul 21, 2015 at 3:35 PM, Pravin B Shelar wrote: >> diff --git a/datapath-windows/ovsext/Debug.h >> b/datapath-windows/ovsext/Debug.h >> index 4b7b526..e4e55ac 100644 >> --- a/datapath-windows/ovsext/Debug.h >> +++ b/datapath-windows/o

Re: [ovs-dev] [PATCH] tunneling: Remove gre64 tunnel support.

2015-07-27 Thread Jesse Gross
On Tue, Jul 21, 2015 at 3:35 PM, Pravin B Shelar wrote: > diff --git a/datapath-windows/ovsext/Debug.h b/datapath-windows/ovsext/Debug.h > index 4b7b526..e4e55ac 100644 > --- a/datapath-windows/ovsext/Debug.h > +++ b/datapath-windows/ovsext/Debug.h > @@ -31,7 +31,6 @@ > #define OVS_DBG_CHECKSUM B

[ovs-dev] [PATCH] tunneling: Remove gre64 tunnel support.

2015-07-21 Thread Pravin B Shelar
GRE64 was introduced to extend gre key from 32-bit to 64-bit using gre-key and sequence number field. But GRE64 is not standard protocol. There are not many users of this protocol. Therefore we have decided to remove it. Signed-off-by: Pravin B Shelar --- I have also removed gre64 support from wi