Re: [ovs-dev] [PATCHv4] tunnel: Add layer 2 IPv6 GRE encapsulation support.

2019-07-05 Thread Ben Pfaff
On Thu, Jun 27, 2019 at 09:10:06AM -0700, Gregory Rose wrote: > > > On 6/27/2019 7:51 AM, Ben Pfaff wrote: > > On Wed, Jun 26, 2019 at 03:21:49PM -0700, Gregory Rose wrote: > > > On 6/26/2019 11:59 AM, Ben Pfaff wrote: > > > > On Wed, Jun 26, 2019 at 08:22:07AM -0700, William Tu wrote: > > > > >

Re: [ovs-dev] [PATCHv4] tunnel: Add layer 2 IPv6 GRE encapsulation support.

2019-06-27 Thread William Tu
On Thu, Jun 27, 2019 at 9:10 AM Gregory Rose wrote: > > > > On 6/27/2019 7:51 AM, Ben Pfaff wrote: > > On Wed, Jun 26, 2019 at 03:21:49PM -0700, Gregory Rose wrote: > >> On 6/26/2019 11:59 AM, Ben Pfaff wrote: > >>> On Wed, Jun 26, 2019 at 08:22:07AM -0700, William Tu wrote: > The patch adds

Re: [ovs-dev] [PATCHv4] tunnel: Add layer 2 IPv6 GRE encapsulation support.

2019-06-27 Thread Gregory Rose
On 6/27/2019 7:51 AM, Ben Pfaff wrote: On Wed, Jun 26, 2019 at 03:21:49PM -0700, Gregory Rose wrote: On 6/26/2019 11:59 AM, Ben Pfaff wrote: On Wed, Jun 26, 2019 at 08:22:07AM -0700, William Tu wrote: The patch adds ip6gretap support. Tunnel type 'ip6gretap' is a layer 2 GRE tunnel over

Re: [ovs-dev] [PATCHv4] tunnel: Add layer 2 IPv6 GRE encapsulation support.

2019-06-27 Thread Ben Pfaff
On Thu, Jun 27, 2019 at 06:31:24AM +, Eli Britstein wrote: > > On 6/27/2019 1:21 AM, Gregory Rose wrote: > > > > On 6/26/2019 11:59 AM, Ben Pfaff wrote: > >> On Wed, Jun 26, 2019 at 08:22:07AM -0700, William Tu wrote: > >>> The patch adds ip6gretap support. Tunnel type 'ip6gretap' is a layer

Re: [ovs-dev] [PATCHv4] tunnel: Add layer 2 IPv6 GRE encapsulation support.

2019-06-27 Thread Ben Pfaff
On Wed, Jun 26, 2019 at 03:21:49PM -0700, Gregory Rose wrote: > > On 6/26/2019 11:59 AM, Ben Pfaff wrote: > > On Wed, Jun 26, 2019 at 08:22:07AM -0700, William Tu wrote: > > > The patch adds ip6gretap support. Tunnel type 'ip6gretap' is a layer 2 GRE > > > tunnel over IPv6, carrying inner

Re: [ovs-dev] [PATCHv4] tunnel: Add layer 2 IPv6 GRE encapsulation support.

2019-06-27 Thread William Tu
On Wed, Jun 26, 2019 at 11:31 PM Eli Britstein wrote: > > > On 6/27/2019 1:21 AM, Gregory Rose wrote: > > > > On 6/26/2019 11:59 AM, Ben Pfaff wrote: > >> On Wed, Jun 26, 2019 at 08:22:07AM -0700, William Tu wrote: > >>> The patch adds ip6gretap support. Tunnel type 'ip6gretap' is a layer > >>> 2

Re: [ovs-dev] [PATCHv4] tunnel: Add layer 2 IPv6 GRE encapsulation support.

2019-06-27 Thread Eli Britstein
On 6/27/2019 1:21 AM, Gregory Rose wrote: > > On 6/26/2019 11:59 AM, Ben Pfaff wrote: >> On Wed, Jun 26, 2019 at 08:22:07AM -0700, William Tu wrote: >>> The patch adds ip6gretap support. Tunnel type 'ip6gretap' is a layer >>> 2 GRE >>> tunnel over IPv6, carrying inner ethernet packets and encap

Re: [ovs-dev] [PATCHv4] tunnel: Add layer 2 IPv6 GRE encapsulation support.

2019-06-26 Thread Gregory Rose
On 6/26/2019 11:59 AM, Ben Pfaff wrote: On Wed, Jun 26, 2019 at 08:22:07AM -0700, William Tu wrote: The patch adds ip6gretap support. Tunnel type 'ip6gretap' is a layer 2 GRE tunnel over IPv6, carrying inner ethernet packets and encap with GRE header with outer IPv6 header. Encapsulation of

Re: [ovs-dev] [PATCHv4] tunnel: Add layer 2 IPv6 GRE encapsulation support.

2019-06-26 Thread Ben Pfaff
On Wed, Jun 26, 2019 at 08:22:07AM -0700, William Tu wrote: > The patch adds ip6gretap support. Tunnel type 'ip6gretap' is a layer 2 GRE > tunnel over IPv6, carrying inner ethernet packets and encap with GRE header > with outer IPv6 header. Encapsulation of layer 3 packet over IPv6 GRE, >

[ovs-dev] [PATCHv4] tunnel: Add layer 2 IPv6 GRE encapsulation support.

2019-06-26 Thread William Tu
The patch adds ip6gretap support. Tunnel type 'ip6gretap' is a layer 2 GRE tunnel over IPv6, carrying inner ethernet packets and encap with GRE header with outer IPv6 header. Encapsulation of layer 3 packet over IPv6 GRE, ip6gre, is not supported yet. I tested it by running: # make