Re: [ovs-dev] [PATCH v4 0/3] Support for layer 3 ports/flows

2014-07-07 Thread Lori Jakab
On 7/7/14, 7:03 PM, Ben Pfaff wrote: On Fri, Jun 27, 2014 at 04:21:52PM +0300, Lorand Jakab wrote: This series implements support for layer 3 ports, of which we have one example so far, the LISP vport. LISP support is currently implemented with a hack, by adding/removing the Ethernet header wi

Re: [ovs-dev] [PATCH v4 0/3] Support for layer 3 ports/flows

2014-07-07 Thread Ben Pfaff
On Fri, Jun 27, 2014 at 04:21:52PM +0300, Lorand Jakab wrote: > This series implements support for layer 3 ports, of which we have one example > so far, the LISP vport. LISP support is currently implemented with a hack, by > adding/removing the Ethernet header within the datapath/vport-lisp.c file

[ovs-dev] [PATCH v4 0/3] Support for layer 3 ports/flows

2014-06-27 Thread Lorand Jakab
This series implements support for layer 3 ports, of which we have one example so far, the LISP vport. LISP support is currently implemented with a hack, by adding/removing the Ethernet header within the datapath/vport-lisp.c file. By removing the assumption that all packets/flows have Ethernet h