On Tue, Jan 22, 2013 at 10:36 AM, Kyle Mestery <kmest...@cisco.com> wrote:
> The following two patches provide support for the LISP tunneling protocol into
> Open vSwitch. See the latest IETF draft for LISP here:
>
> http://tools.ietf.org/html/draft-ietf-lisp-24
>
> Kyle Mestery (1):
>   Add support to the tunneling code for a "pre_tunnel" function.
>     This allows the tunneling code to perform operations on the
>     packet before the outer IP header is added.
>
> Lorand Jakab (1):
>   Add support for LISP tunneling

Hi Kyle,

I'm curious if you can share your long term plan for LISP.  In
particular there are three areas that I was wondering about:
 * L3 support.  Obviously OVS is very Ethernet centric at this point,
resulting in the need to play games with MAC addresses.
 * Additional LISP data plane support.  LISP encodes more control
information in the protocol itself compared to the existing OVS tunnel
implementations, which basically only have the tunnel ID.  It looks
like this implementation generates nonces on transmit but otherwise
doesn't try to handle the other pieces.
 * LISP control plane components.

What do you guys see as the ideal end result?
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to