datapath: define compat ip_tunnel_get_iflink()
authorPravin B Shelar <pshelar@nicira.com>
Fri, 11 Dec 2015 04:02:59 +0000 (20:02 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Fri, 11 Dec 2015 21:49:47 +0000 (13:49 -0800)
commit00d662ba54aa18d271bd04f51b85f2ecc03cd90a
tree76dea5c7c353d946cfd26dd27aac0fbb24853880
parent3edfaf604aa3cbc0ee0d0f657fce2ac0c43e2ed0
datapath: define compat ip_tunnel_get_iflink()

ip_tunnel_get_iflink() depends on ip_tunnel structure. But OVS
compat layer defines its own ip_tunnel structure which is not
compatible with all upstream kernel versions. Therefore we
can no use such function.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@kernel.org>
datapath/linux/compat/include/net/ip_tunnels.h
datapath/linux/compat/ip_tunnel.c