lisp: Reset vlan tag on send.
authorPravin B Shelar <pshelar@nicira.com>
Mon, 9 Sep 2013 16:21:02 +0000 (09:21 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Sun, 8 Sep 2013 02:05:08 +0000 (19:05 -0700)
commitdf7d2c59fd78907a9f7e3ada021b95a4b9d6470b
treea6fd4b14a1fe2a7dca7a7bd47903ffc090f0c13f
parenteba93614babc0bc5497ccbb4edc18f569a29bee4
lisp: Reset vlan tag on send.

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 <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/vport-lisp.c