Re: [ovs-dev] [PATCH 2/2] datapath: Add support for LISP tunneling

2013-01-23 Thread Lori Jakab
Hi Jarno, Thanks for reviewing! Replies inline: On 01/23/13 16:32, Jarno Rajahalme wrote: > Please find my comments below, > > Jarno > > On Jan 22, 2013, at 20:36 , ext Kyle Mestery wrote: > >> From: Lorand Jakab >> > ... >> +Flows on br0 are configured as follows: >> + >> +priority=3,d

Re: [ovs-dev] [PATCH 2/2] datapath: Add support for LISP tunneling

2013-01-23 Thread Jarno Rajahalme
Please find my comments below, Jarno On Jan 22, 2013, at 20:36 , ext Kyle Mestery wrote: > From: Lorand Jakab > ... > +Flows on br0 are configured as follows: > + > +priority=3,dl_dst=02:00:00:00:00:00,action=mod_dl_dst:,NORMAL > +priority=2,in_port=1,dl_type=0x0806,action=NORMAL > +

[ovs-dev] [PATCH 2/2] datapath: Add support for LISP tunneling

2013-01-22 Thread Kyle Mestery
From: Lorand Jakab LISP is an experimental layer 3 tunneling protocol. This patch adds support for LISP tunneling. Since LISP encapsulated packets do not carry an Ethernet header, it is removed before encapsulation, and added with hardcoded source and destination MAC addresses after decapsulati