Re: [ovs-dev] [PATCH 4/5] datapath lisp: use iptunnel_pull_header().

2013-08-13 Thread Jesse Gross
On Mon, Jul 29, 2013 at 3:47 PM, Pravin B Shelar wrote: > CC: Lori Jakab > Signed-off-by: Pravin B Shelar > --- > datapath/vport-lisp.c | 48 ++-- > 1 files changed, 2 insertions(+), 46 deletions(-) I think idea to use zero as the protocol is a goo

Re: [ovs-dev] [PATCH 4/5] datapath lisp: use iptunnel_pull_header().

2013-08-12 Thread Pravin Shelar
On Wed, Aug 7, 2013 at 1:54 PM, Lori Jakab wrote: > On 7/30/13 1:47 AM, Pravin B Shelar wrote: >> >> CC: Lori Jakab >> Signed-off-by: Pravin B Shelar >> --- >> datapath/vport-lisp.c | 48 >> ++-- >> 1 files changed, 2 insertions(+), 46 deletions(-

Re: [ovs-dev] [PATCH 4/5] datapath lisp: use iptunnel_pull_header().

2013-08-07 Thread Lori Jakab
On 7/30/13 1:47 AM, Pravin B Shelar wrote: CC: Lori Jakab Signed-off-by: Pravin B Shelar --- datapath/vport-lisp.c | 48 ++-- 1 files changed, 2 insertions(+), 46 deletions(-) diff --git a/datapath/vport-lisp.c b/datapath/vport-lisp.c index 6e37

[ovs-dev] [PATCH 4/5] datapath lisp: use iptunnel_pull_header().

2013-07-29 Thread Pravin B Shelar
CC: Lori Jakab Signed-off-by: Pravin B Shelar --- datapath/vport-lisp.c | 48 ++-- 1 files changed, 2 insertions(+), 46 deletions(-) diff --git a/datapath/vport-lisp.c b/datapath/vport-lisp.c index 6e37b2f..847cb39 100644 --- a/datapath/vport-lisp.c