aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_gre.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/ip6_gre.c')
-rw-r--r--net/ipv6/ip6_gre.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv6/ip6_gre.c b/net/ipv6/ip6_gre.c
index 01ccc28a686f..bc28b7d42a6d 100644
--- a/net/ipv6/ip6_gre.c
+++ b/net/ipv6/ip6_gre.c
@@ -1662,6 +1662,7 @@ static struct rtnl_link_ops ip6gre_link_ops __read_mostly = {
1662 .dellink = ip6gre_dellink, 1662 .dellink = ip6gre_dellink,
1663 .get_size = ip6gre_get_size, 1663 .get_size = ip6gre_get_size,
1664 .fill_info = ip6gre_fill_info, 1664 .fill_info = ip6gre_fill_info,
1665 .get_link_net = ip6_tnl_get_link_net,
1665}; 1666};
1666 1667
1667static struct rtnl_link_ops ip6gre_tap_ops __read_mostly = { 1668static struct rtnl_link_ops ip6gre_tap_ops __read_mostly = {
@@ -1675,6 +1676,7 @@ static struct rtnl_link_ops ip6gre_tap_ops __read_mostly = {
1675 .changelink = ip6gre_changelink, 1676 .changelink = ip6gre_changelink,
1676 .get_size = ip6gre_get_size, 1677 .get_size = ip6gre_get_size,
1677 .fill_info = ip6gre_fill_info, 1678 .fill_info = ip6gre_fill_info,
1679 .get_link_net = ip6_tnl_get_link_net,
1678}; 1680};
1679 1681
1680/* 1682/*