projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdef279
)
ip6gretap: advertise link netns via netlink
author
Nicolas Dichtel
<nicolas.dichtel@6wind.com>
Tue, 20 Jan 2015 14:15:43 +0000
(15:15 +0100)
committer
David S. Miller
<davem@davemloft.net>
Sat, 24 Jan 2015 01:51:14 +0000
(17:51 -0800)
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>
net/ipv6/ip6_gre.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv6/ip6_gre.c
b/net/ipv6/ip6_gre.c
index 9306a5ff9149dcb7c427e8643a18f6538ccd5598..6dee2a8ca0a9b19eebab206c11a2b539b04ca21d 100644
(file)
--- 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,
};
/*