diff options
Diffstat (limited to 'net/ipv6/route.c')
-rw-r--r-- | net/ipv6/route.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/route.c b/net/ipv6/route.c index ac70e2d3b10c..4ef2cfaa3467 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c | |||
@@ -113,6 +113,7 @@ static struct dst_ops ip6_dst_ops = { | |||
113 | .negative_advice = ip6_negative_advice, | 113 | .negative_advice = ip6_negative_advice, |
114 | .link_failure = ip6_link_failure, | 114 | .link_failure = ip6_link_failure, |
115 | .update_pmtu = ip6_rt_update_pmtu, | 115 | .update_pmtu = ip6_rt_update_pmtu, |
116 | .local_out = ip6_local_out, | ||
116 | .entry_size = sizeof(struct rt6_info), | 117 | .entry_size = sizeof(struct rt6_info), |
117 | }; | 118 | }; |
118 | 119 | ||