Thanks.
I pushed patch to master.
On Mon, Sep 9, 2013 at 1:26 PM, Jesse Gross wrote:
> On Mon, Sep 9, 2013 at 9:21 AM, Pravin B Shelar wrote:
>> Lisp needs to discards all l2 packet headers but if vlan tx
>> is hw-acceleraed vlan tag is stored in skb struct. Following
>> patch resets it.
>>
>> S
On Mon, Sep 9, 2013 at 9:21 AM, Pravin B Shelar wrote:
> Lisp needs to discards all l2 packet headers but if vlan tx
> is hw-acceleraed vlan tag is stored in skb struct. Following
> patch resets it.
>
> Signed-off-by: Pravin B Shelar
Acked-by: Jesse Gross
___
Lisp needs to discards all l2 packet headers but if vlan tx
is hw-acceleraed vlan tag is stored in skb struct. Following
patch resets it.
Signed-off-by: Pravin B Shelar
---
datapath/vport-lisp.c |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/datapath/vport-lisp.c b/da