aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_vti.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/ip_vti.c')
-rw-r--r--net/ipv4/ip_vti.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/ip_vti.c b/net/ipv4/ip_vti.c
index 1a7e979e80ba..94efe148181c 100644
--- a/net/ipv4/ip_vti.c
+++ b/net/ipv4/ip_vti.c
@@ -531,6 +531,7 @@ static struct rtnl_link_ops vti_link_ops __read_mostly = {
531 .dellink = ip_tunnel_dellink, 531 .dellink = ip_tunnel_dellink,
532 .get_size = vti_get_size, 532 .get_size = vti_get_size,
533 .fill_info = vti_fill_info, 533 .fill_info = vti_fill_info,
534 .get_link_net = ip_tunnel_get_link_net,
534}; 535};
535 536
536static int __init vti_init(void) 537static int __init vti_init(void)