On Mon, Jul 27, 2015 at 11:25 AM, Jesse Gross wrote:
> On Tue, Jul 21, 2015 at 9:52 PM, Pravin B Shelar wrote:
>> v2.3.0 - 14 Aug 2014
>> diff --git a/datapath/vport-gre.c b/datapath/vport-gre.c
>> index 7bbcf57..8a47ab2 100644
>> --- a/datapath/vport-gre.c
>> +++ b/datapath/vport-gre.c
>> @@ -3
On Tue, Jul 21, 2015 at 9:52 PM, Pravin B Shelar wrote:
> v2.3.0 - 14 Aug 2014
> diff --git a/datapath/vport-gre.c b/datapath/vport-gre.c
> index 7bbcf57..8a47ab2 100644
> --- a/datapath/vport-gre.c
> +++ b/datapath/vport-gre.c
> @@ -330,6 +330,7 @@ static struct vport *gre64_create(const struct
GRE64 was introduced to extend GRE key from 32-bit to 64-bit using
key and sequence number field. But GRE64 is not standard
protocol. There are not many users of this protocol. Therefore we
have decided to deprecate it. Since GRE64 is not in upstream
OVS kernel module removing it will bring upstrea