aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipip.c
diff options
context:
space:
mode:
authorNicolas Dichtel <nicolas.dichtel@6wind.com>2015-01-15 09:11:17 -0500
committerDavid S. Miller <davem@davemloft.net>2015-01-19 14:32:03 -0500
commit1728d4fabd1bc9965728de25dda0b694b8da6450 (patch)
treeded88a9a2a0c6feb7374093f4ba85debcb0ee894 /net/ipv4/ipip.c
parentd37512a277dfb2cef8a578e25a3246f61399a55a (diff)
tunnels: advertise link netns via netlink
Implement rtnl_link_ops->get_link_net() callback so that IFLA_LINK_NETNSID is added to rtnetlink messages. Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/ipip.c')
-rw-r--r--net/ipv4/ipip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/ipip.c b/net/ipv4/ipip.c
index 40403114f00a..b58d6689874c 100644
--- a/net/ipv4/ipip.c
+++ b/net/ipv4/ipip.c
@@ -498,6 +498,7 @@ static struct rtnl_link_ops ipip_link_ops __read_mostly = {
498 .dellink = ip_tunnel_dellink, 498 .dellink = ip_tunnel_dellink,
499 .get_size = ipip_get_size, 499 .get_size = ipip_get_size,
500 .fill_info = ipip_fill_info, 500 .fill_info = ipip_fill_info,
501 .get_link_net = ip_tunnel_get_link_net,
501}; 502};
502 503
503static struct xfrm_tunnel ipip_handler __read_mostly = { 504static struct xfrm_tunnel ipip_handler __read_mostly = {