summaryrefslogtreecommitdiffstats
path: root/net/ipv6
diff options
context:
space:
mode:
authorNicolas Dichtel <nicolas.dichtel@6wind.com>2015-01-20 15:15:43 +0100
committerDavid S. Miller <davem@davemloft.net>2015-01-23 17:51:14 -0800
commit3390e397611ca9da6bbd6ba5e8bc81a0a91da572 (patch)
tree53b45c447580d971c22552498a7729a0efffbf65 /net/ipv6
parentbdef279b993b3a112c493447d5b3d8f28c229d88 (diff)
downloadop-kernel-dev-3390e397611ca9da6bbd6ba5e8bc81a0a91da572.zip
op-kernel-dev-3390e397611ca9da6bbd6ba5e8bc81a0a91da572.tar.gz
ip6gretap: advertise link netns via netlink
Assign 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/ipv6')
-rw-r--r--net/ipv6/ip6_gre.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/ip6_gre.c b/net/ipv6/ip6_gre.c
index 9306a5f..6dee2a8 100644
--- a/net/ipv6/ip6_gre.c
+++ b/net/ipv6/ip6_gre.c
@@ -1676,6 +1676,7 @@ static struct rtnl_link_ops ip6gre_tap_ops __read_mostly = {
.changelink = ip6gre_changelink,
.get_size = ip6gre_get_size,
.fill_info = ip6gre_fill_info,
+ .get_link_net = ip6_tnl_get_link_net,
};
/*
OpenPOWER on IntegriCloud