datapath: define compat ip_tunnel_get_link_net()
authorPravin B Shelar <pshelar@nicira.com>
Fri, 11 Dec 2015 04:03:00 +0000 (20:03 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Fri, 11 Dec 2015 21:49:47 +0000 (13:49 -0800)
commit034694196899580af53ac622fd7c074730a9a5c7
treee71be23c879882577b5e434d8638bd25bd747514
parent00d662ba54aa18d271bd04f51b85f2ecc03cd90a
datapath: define compat ip_tunnel_get_link_net()

Same as ip_tunnel_get_iflink(), function ip_tunnel_get_link_net()
also depends on ip_tunnel structure. So this patch defines
compat implementation for same.

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