datapath: Fix few mpls issues.
authorPravin B Shelar <pshelar@nicira.com>
Sat, 8 Nov 2014 16:14:21 +0000 (08:14 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Mon, 10 Nov 2014 04:03:33 +0000 (20:03 -0800)
commit2baf0e0c6cd2a96afd43cd7df2b94afe94dd1d4c
tree5b783aeec895ef2628e74d0cf7923a965cf7d04d
parent684b5f5dd127f304155c4619cf0874111da9dcdb
datapath: Fix few mpls issues.

Found during MPLS upstreaming.  Also sync-up MPLS header files
with upstream code.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
12 files changed:
datapath/Modules.mk
datapath/actions.c
datapath/compat.h
datapath/flow.c
datapath/flow_netlink.c
datapath/linux/Modules.mk
datapath/linux/compat/gso.c
datapath/linux/compat/gso.h
datapath/linux/compat/include/linux/mpls.h [new file with mode: 0644]
datapath/linux/compat/include/net/mpls.h [new file with mode: 0644]
datapath/linux/compat/netdevice.c
datapath/mpls.h [deleted file]